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 / vendor / plugins / redmine_tags / app / views / projects / _filtered_projects.html.erb @ 1064:baf70e98d8ab

History | View | Annotate | Download (250 Bytes)

1
<% if @projects.empty? %>
2
<p><b><%= l(:project_filter_no_results) %></b></p>
3
<% else %>
4
<%= render_project_table_with_filtering(@projects, @question) %>
5
<% end %>
6

    
7
<p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>