Sha256: 0080728d3f82cad2151d75986e46fda1cafecea53b6a48c57e6e6a26b6cd0cac
Contents?: true
Size: 887 Bytes
Versions: 2
Compression:
Stored size: 887 Bytes
Contents
!!! 5 %html %head %title= yield(:title) || "Manage - BrickHack" = stylesheet_link_tag "hackathon_manager/manage", :media => "all" = csrf_meta_tags %body = render "layouts/sidebar" = javascript_include_tag "hackathon_manager/manage/application" = render "layouts/shared_footer" #main #manageNav %p BrickHack Manager = link_to "Dashboard", manage_root_path = link_to "Questionnaires", manage_questionnaires_path = link_to "Admins", manage_admins_path = link_to "Messages", manage_messages_path = link_to "Bus Lists", manage_bus_lists_path = link_to "Schools", manage_schools_path = link_to "Stats", manage_stats_path - unless current_user.admin_limited_access? \| = link_to "Sidekiq", sidekiq_web_path = link_to "Blazer", blazer_path = yield
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hackathon_manager-0.2.0 | app/views/layouts/manage/application.html.haml |
hackathon_manager-0.1.0 | app/views/layouts/manage/application.html.haml |