mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-06 07:31:31 +00:00
fix source indent of IssuesHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20510 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
03e086ac5d
commit
7aad12703c
@ -100,15 +100,17 @@ module IssuesHelper
|
||||
css << " idnt idnt-#{level}" if level > 0
|
||||
buttons =
|
||||
if manage_relations
|
||||
link_to(l(:label_delete_link_to_subtask),
|
||||
issue_path(
|
||||
{:id => child.id, :issue => {:parent_issue_id => ''},
|
||||
:back_url => issue_path(issue.id), :no_flash => '1'}),
|
||||
:method => :put,
|
||||
:data => {:confirm => l(:text_are_you_sure)},
|
||||
:title => l(:label_delete_link_to_subtask),
|
||||
:class => 'icon-only icon-link-break'
|
||||
)
|
||||
link_to(
|
||||
l(:label_delete_link_to_subtask),
|
||||
issue_path(
|
||||
{:id => child.id, :issue => {:parent_issue_id => ''},
|
||||
:back_url => issue_path(issue.id), :no_flash => '1'}
|
||||
),
|
||||
:method => :put,
|
||||
:data => {:confirm => l(:text_are_you_sure)},
|
||||
:title => l(:label_delete_link_to_subtask),
|
||||
:class => 'icon-only icon-link-break'
|
||||
)
|
||||
else
|
||||
"".html_safe
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user