To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / projects / index.html.erb @ 1592:72d9219f2f19

History | View | Annotate | Download (900 Bytes)

1 0:513646585e45 Chris
<% content_for :header_tags do %>
2
    <%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
3
<% end %>
4
5
<div class="contextual">
6 1517:dffacf8a6908 Chris
    <%= render_project_action_links %>
7 0:513646585e45 Chris
</div>
8
9 124:bc91f2025d05 chris
<h2>
10
<%= l("label_project_all") %>
11
</h2>
12
13
<%= render_project_table(@projects) %>
14 123:605adf7e1735 chris
15
<p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>
16 69:dc22c3eb3c81 luisf
17 0:513646585e45 Chris
18
<% other_formats_links do |f| %>
19 909:cbb26bc654de Chris
  <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
20 0:513646585e45 Chris
<% end %>
21
22 1115:433d4f72a19b Chris
<% content_for :sidebar do %>
23
  <%= form_tag({}, :method => :get) do %>
24
    <h3><%= l(:label_project_plural) %></h3>
25
    <label for="closed"><%= check_box_tag 'closed', 1, params[:closed] %> <%= l(:label_show_closed_projects) %></label>
26
    <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
27
  <% end %>
28
<% end %>
29
30 0:513646585e45 Chris
<% html_title(l(:label_project_plural)) -%>