mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21190 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
<div class="contextual">
|
|
<%= link_to_new_subtask(@issue) if User.current.allowed_to?(:manage_subtasks, @project) %>
|
|
</div>
|
|
|
|
<p>
|
|
<strong><%=l(:label_subtask_plural)%></strong>
|
|
<%= render_descendants_stats(@issue) unless @issue.leaf? %>
|
|
</p>
|
|
|
|
<%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do %>
|
|
<%= render_descendants_tree(@issue) unless @issue.leaf? %>
|
|
<% end %>
|