You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_subtasks.html.erb 389B

123456789101112
  1. <div class="contextual">
  2. <%= link_to_new_subtask(@issue) if User.current.allowed_to?(:manage_subtasks, @project) %>
  3. </div>
  4. <p>
  5. <strong><%=l(:label_subtask_plural)%></strong>
  6. <%= render_descendants_stats(@issue) unless @issue.leaf? %>
  7. </p>
  8. <%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do %>
  9. <%= render_descendants_tree(@issue) unless @issue.leaf? %>
  10. <% end %>