Revision 920:b10c4203c03c vendor/plugins/redmine_tags/app/views
| vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml | ||
|---|---|---|
| 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> |
|
| vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml | ||
|---|---|---|
| 1 |
<% if !@user_projects.empty? %> |
|
| 2 |
<% if @myproj_status=="true" %> |
|
| 3 |
<fieldset id="my_projects_fieldset" class="collapsible"> |
|
| 4 |
<legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> |
|
| 5 |
<% else %> |
|
| 6 |
<fieldset id="my_projects_fieldset" class="collapsible collapsed"> |
|
| 7 |
<legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> |
|
| 8 |
<div style="display: none;"> |
|
| 9 |
<% end %> |
|
| 10 |
<div> |
|
| 11 |
<%= render_my_project_hierarchy_with_tags(@user_projects)%> |
|
| 12 |
</div> |
|
| 13 |
<% unless @myproj_status=="true" %> |
|
| 14 |
</div> |
|
| 15 |
<%- end -%> |
|
| 16 |
</fieldset> |
|
| 17 |
<% end %> |
|
Also available in: Unified diff