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

- old
+ new

@@ -3,10 +3,10 @@ %i.fa.fa-navicon .pusher - if Rails.configuration.hackathon['logo_asset'] #logo-cta = link_to root_path do - = image_tag Rails.configuration.hackathon['logo_asset'], id: "logo", alt: "BrickHack", title: "BrickHack" + = image_tag Rails.configuration.hackathon['logo_asset'], id: 'logo', alt: "#{Rails.configuration.hackathon['name']} logo", title: Rails.configuration.hackathon['name'] - if user_signed_in? %div - if current_user.admin? = btn_link_to "Manage", manage_root_path - else