2010-06-19 17:44:59 +00:00
|
|
|
<% content_for :header_tags do %>
|
|
|
|
<%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
|
|
|
|
<% end %>
|
|
|
|
|
2008-03-11 19:33:38 +00:00
|
|
|
<div class="contextual">
|
2014-03-21 00:27:42 +00:00
|
|
|
<%= render_project_action_links %>
|
2008-03-11 19:33:38 +00:00
|
|
|
</div>
|
|
|
|
|
2013-08-07 23:48:03 +00:00
|
|
|
<h2><%= l(:label_project_plural) %></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2012-08-10 17:30:35 +00:00
|
|
|
<div id="projects-index">
|
2013-08-07 23:48:03 +00:00
|
|
|
<%= render_project_hierarchy(@projects) %>
|
2012-08-10 17:30:35 +00:00
|
|
|
</div>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2007-08-29 16:52:35 +00:00
|
|
|
<% if User.current.logged? %>
|
2008-05-27 16:49:18 +00:00
|
|
|
<p style="text-align:right;">
|
2009-01-24 11:31:15 +00:00
|
|
|
<span class="my-project"><%= l(:label_my_projects) %></span>
|
2008-05-27 16:49:18 +00:00
|
|
|
</p>
|
2007-04-21 16:40:56 +00:00
|
|
|
<% end %>
|
2007-12-07 18:42:40 +00:00
|
|
|
|
2009-01-29 13:53:17 +00:00
|
|
|
<% other_formats_links do |f| %>
|
2011-09-14 12:13:15 +00:00
|
|
|
<%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
|
2009-01-29 13:53:17 +00:00
|
|
|
<% end %>
|
2008-05-27 16:49:18 +00:00
|
|
|
|
2012-06-25 17:49:35 +00:00
|
|
|
<% content_for :sidebar do %>
|
|
|
|
<%= form_tag({}, :method => :get) do %>
|
|
|
|
<h3><%= l(:label_project_plural) %></h3>
|
|
|
|
<label for="closed"><%= check_box_tag 'closed', 1, params[:closed] %> <%= l(:label_show_closed_projects) %></label>
|
|
|
|
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
2008-01-02 22:41:53 +00:00
|
|
|
<% html_title(l(:label_project_plural)) -%>
|