|
|
|
@ -32,16 +32,7 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
<% html_title l('timelines.reporting_for_project.show', |
|
|
|
|
:title => h(@reporting.reporting_to_project.name)) %> |
|
|
|
|
|
|
|
|
|
<% content_for :action_menu_specific do %> |
|
|
|
|
<%= link_to_if_authorized(l(:button_edit), |
|
|
|
|
{:action => :edit, :project_id => @project, :id => @reporting}, |
|
|
|
|
:class => 'icon icon-edit', |
|
|
|
|
accesskey: accesskey(:edit)) %> |
|
|
|
|
<%= link_to_if_authorized(l(:button_delete), |
|
|
|
|
{:action => :confirm_destroy, :project_id => @project, :id => @reporting}, |
|
|
|
|
:class => 'icon icon-delete') %> |
|
|
|
|
<% end %> |
|
|
|
|
<%= render partial: 'toolbar', locals: { type: :show, actions: true } %> |
|
|
|
|
<%= render partial: 'toolbar', locals: { show_actions: true } %> |
|
|
|
|
|
|
|
|
|
<%= render :partial => 'show' %> |
|
|
|
|
|
|
|
|
|