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 @ 760:b2a9e64b8283

History | View | Annotate | Download (256 Bytes)

1
<fieldset id="filters" class="collapsible">
2
    <legend onclick="toggleFieldset(this);"><%= l(:label_my_projects) %></legend>
3
    <% if @user_projects %>  
4
    <div>
5
      <%= render_my_project_hierarchy(@user_projects)%>
6
    </div>
7
  <% end %>
8
</fieldset>