Preliminary Target :edit support
This commit is contained in:
@@ -6,7 +6,7 @@ module TargetsHelper
|
||||
def action_links(d)
|
||||
link_to(l(:button_reapply), reapply_project_targets_path(@project, d, @view_params),
|
||||
{remote: true, class: "icon icon-reload"}) +
|
||||
link_to(l(:button_edit), edit_target_path(@project, d, @view_params),
|
||||
link_to(l(:button_edit), edit_project_targets_path(@project, d, @view_params),
|
||||
{remote: true, class: "icon icon-edit"}) +
|
||||
delete_link(target_path(d), {remote: true, data: {}})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user