mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
mobile responsive
This commit is contained in:
parent
615ee36fa1
commit
e27c3cdfdc
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
%header.row
|
||||
.title.col-sm-8
|
||||
.title.col-8
|
||||
%h2= link_to('EdContext'.html_safe, root_path)
|
||||
|
||||
.navigation.col-sm-4.text-right
|
||||
.navigation.col-4.text-right
|
||||
- if current_user
|
||||
= link_to 'Sign Out', destroy_user_session_path, rel: "nofollow", method: :delete, class: 'btn btn-small grey waves-effect waves-light '
|
||||
- else
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
- aggregated_responses = question.aggregated_responses_for_school(@school)
|
||||
- return if aggregated_responses.nil?
|
||||
|
||||
.col-6.py-3
|
||||
.col-12.col-sm-6.py-3
|
||||
.question.p-2{id: "question-#{question.id}"}
|
||||
%p.question-text.pt-3.px-2
|
||||
= question.text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue