mirror of
https://github.com/redmine/redmine.git
synced 2026-01-24 08:19:53 +01:00
Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@21303 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -61,7 +61,8 @@ module JournalsHelper
|
||||
dropbown_links << link_to(l(:button_delete),
|
||||
journal_path(journal, :journal => {:notes => ""}),
|
||||
:remote => true,
|
||||
:method => 'put', :data => {:confirm => l(:text_are_you_sure)},
|
||||
:method => 'put',
|
||||
:data => {:confirm => l(:text_are_you_sure)},
|
||||
:class => 'icon icon-del'
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user