]> source.dussan.org Git - redmine.git/commitdiff
Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).
authorGo MAEDA <maeda@farend.jp>
Fri, 10 Dec 2021 05:53:38 +0000 (05:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 10 Dec 2021 05:53:38 +0000 (05:53 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21303 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/journals_helper.rb

index 927cdb6847c1228e222cbd47c96d9002ba3e9fd3..ec6cb3bbde4e8739f5cdae6ce6916c162c8ea526 100644 (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