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 / _my_projects.rhtml @ 812:b5474c68c433

History | View | Annotate | Download (630 Bytes)

1 806:a42dcc01dfee chris
<% if !@user_projects.empty? %>
2 777:facded821cee luis
<% if @myproj_status=="true" %>
3 776:af852d82b00b luis
<fieldset id="my_projects_fieldset" class="collapsible">
4 789:863f447c4d88 chris
    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
5 776:af852d82b00b luis
<% else %>
6
<fieldset id="my_projects_fieldset" class="collapsible collapsed">
7 789:863f447c4d88 chris
    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
8 776:af852d82b00b luis
    <div style="display: none;">
9 806:a42dcc01dfee chris
<% end %>
10 755:bde9c5bfb559 luis
    <div>
11 800:95b78e19e586 luis
      <%= render_my_project_hierarchy_with_tags(@user_projects)%>
12 755:bde9c5bfb559 luis
    </div>
13 805:0b1b94ffb30f luis
  <% unless @myproj_status=="true" %>
14
    </div>
15
  <%- end -%>
16 789:863f447c4d88 chris
</fieldset>
17 806:a42dcc01dfee chris
<% end %>