Revision 806:a42dcc01dfee vendor/plugins/redmine_tags/app
| vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml | ||
|---|---|---|
| 1 |
<% if !@user_projects.empty? %> |
|
| 1 | 2 |
<% if @myproj_status=="true" %> |
| 2 | 3 |
<fieldset id="my_projects_fieldset" class="collapsible"> |
| 3 | 4 |
<legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> |
| ... | ... | |
| 5 | 6 |
<fieldset id="my_projects_fieldset" class="collapsible collapsed"> |
| 6 | 7 |
<legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> |
| 7 | 8 |
<div style="display: none;"> |
| 8 |
<% end%> |
|
| 9 |
<% if @user_projects %> |
|
| 9 |
<% end %> |
|
| 10 | 10 |
<div> |
| 11 | 11 |
<%= render_my_project_hierarchy_with_tags(@user_projects)%> |
| 12 | 12 |
</div> |
| 13 |
<% end %> |
|
| 14 | 13 |
</fieldset> |
| 14 |
<% end %> |
|
| vendor/plugins/redmine_tags/app/views/projects/index.rhtml | ||
|---|---|---|
| 1 | 1 |
<% content_for :header_tags do %> |
| 2 | 2 |
<%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
|
| 3 |
<%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %> |
|
| 3 | 4 |
<% end %> |
| 4 | 5 |
<%= javascript_include_tag 'projects_index', :plugin => 'redmine_tags' %> |
| 5 | 6 |
|
Also available in: Unified diff