app/views/layouts/manage/application.html.haml in hackathon_manager-0.2.0 vs app/views/layouts/manage/application.html.haml in hackathon_manager-0.3.0

- old
+ new

@@ -1,18 +1,18 @@ !!! 5 %html %head - %title= yield(:title) || "Manage - BrickHack" + %title= yield(:title) || "Manage - #{Rails.configuration.hackathon['name']}" = 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 + %p #{Rails.configuration.hackathon['name']} 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