"> <%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %> <%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %> <% theme_stylesheet_link_tag "test", :media => "all" %> <% theme_stylesheet_link_tag "mod", :media=>"all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <% if content_for?(:header) %> <%= yield :header %> <% else %> Fetsite <% end %>
<% cache("menu_u"+user_signed_in?.to_s+current_user.try(:id).to_s+"l"+I18n.locale.to_s+ can?(:seeintern, User).to_s+ can?(:index,Gallery).to_s, expires_in: 24.hours) do %>
<%= link_to home_index_path do %> <%= image_tag('/logo2014_64.png',{:style=>"float:left;height:50px",:height=>"50"}) %> <% end %>
<%= image_tag('/logo2014_64.png',{:style=>"float:left;height:50px",:height=>"50"}) %>
Fachschaft Elektrotechnik
<% end %>
<%= yield %>