mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
13 lines
710 B
Text
13 lines
710 B
Text
%header.row
|
|
.title.col-12
|
|
.float-right= link_to("Frequently Asked Questions", "/MCIEA-Data-Dashboard-FAQ.pdf", class: 'faq', target: '_blank')
|
|
%h2{style: "clear: right; text-align: center; margin-bottom: 30px;"}
|
|
= link_to(image_tag('logo.png'), root_path)
|
|
|
|
-#
|
|
.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
|
|
= link_to 'Login', new_user_session_path, class: 'btn btn-small grey waves-effect waves-light '
|
|
=# link_to 'Register', new_user_registration_path, class: 'btn btn-small grey waves-effect waves-light '
|