% provide(:head_title, t("libraries.index.head_title")) %>
<% if current_team %>
<%
# show only if no repositories present. If the team will have them we will
# handle this in left side navigation bar
%>
<%=t 'libraries.index.no_libraries.text' %>
<%=t 'libraries.index.no_libraries.title' %>
<%=t 'libraries.index.no_libraries.create_new_button' %>
<% else %>
<%=t 'repositories.index.no_teams.title' %>
<%=t 'repositories.index.no_teams.text' %>
<% end %>
<%= javascript_include_tag "repositories/index", "data-turbolinks-track" => true %>