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:
Go MAEDA
2021-12-10 05:53:38 +00:00
parent 7b63f0645b
commit e7e26d6909

View File

@@ -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