mobile responsive

pull/1/head
Jared Cosulich 9 years ago
parent 615ee36fa1
commit e27c3cdfdc

@ -1,8 +1,8 @@
%header.row %header.row
.title.col-sm-8 .title.col-8
%h2= link_to('EdContext'.html_safe, root_path) %h2= link_to('EdContext'.html_safe, root_path)
.navigation.col-sm-4.text-right .navigation.col-4.text-right
- if current_user - if current_user
= link_to 'Sign Out', destroy_user_session_path, rel: "nofollow", method: :delete, class: 'btn btn-small grey waves-effect waves-light ' = link_to 'Sign Out', destroy_user_session_path, rel: "nofollow", method: :delete, class: 'btn btn-small grey waves-effect waves-light '
- else - else

@ -1,7 +1,7 @@
- aggregated_responses = question.aggregated_responses_for_school(@school) - aggregated_responses = question.aggregated_responses_for_school(@school)
- return if aggregated_responses.nil? - return if aggregated_responses.nil?
.col-6.py-3 .col-12.col-sm-6.py-3
.question.p-2{id: "question-#{question.id}"} .question.p-2{id: "question-#{question.id}"}
%p.question-text.pt-3.px-2 %p.question-text.pt-3.px-2
= question.text = question.text

Loading…
Cancel
Save