<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= favicon_link_tag "favicon.ico" %> <%= favicon_link_tag "favicon-16.png", type: "image/png", size: "16x16" %> <%= favicon_link_tag "favicon-32.png", type: "image/png", size: "32x32" %> <%= favicon_link_tag "favicon-48.png", type: "image/png", size: "48x48" %> <%= csrf_meta_tags %> data-atwho-users-url="<%= atwho_users_organization_path(current_organization) %>" data-atwho-task-url="<%= atwho_my_modules_organization_path(current_organization) %>" data-atwho-project-url="<%= atwho_projects_organization_path(current_organization) %>" data-atwho-experiment-url="<%= atwho_experiments_organization_path(current_organization) %>" data-atwho-sample-url="<%= atwho_samples_organization_path(current_organization) %>" data-atwho-menu-items="<%= atwho_menu_items_organization_path(current_organization) %>" <% end %> > <%= render "shared/navigation" %>
<% if flash[:success] %>
<%= flash[:success].html_safe %>
<% end %> <% if notice %>
<%= notice %>
<% end %> <% if alert and !alert.empty? or flash[:error]%>
<%= alert || flash[:error].html_safe %>
<% end %>
"> <%= yield :content %>