To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / vendor / plugins / redmine_tags / app / views / projects / _my_projects.rhtml @ 920:b10c4203c03c
History | View | Annotate | Download (630 Bytes)
| 1 | 920:b10c4203c03c | Chris | <% 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 %> |