<%= 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_team_path(current_team) %>" data-atwho-task-url="<%= atwho_my_modules_team_path(current_team) %>" data-atwho-project-url="<%= atwho_projects_team_path(current_team) %>" data-atwho-experiment-url="<%= atwho_experiments_team_path(current_team) %>" data-atwho-sample-url="<%= atwho_samples_team_path(current_team) %>" data-atwho-menu-items="<%= atwho_menu_items_team_path(current_team) %>" <% end %> > <%= render "shared/about_modal" %> <%= render "shared/navigation" %>
<% if flash[:success] %>
<%= sanitize_input(flash[:success]) %>
<% end %> <% if notice %>
<%= notice %>
<% end %> <% if alert and !alert.empty? or flash[:error]%>
<%= alert || sanitize_input(flash[:error]) %>
<% end %>
"> <%= yield :content %>