summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/helpers/journals_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/journals_helper.rb b/app/helpers/journals_helper.rb
index 927cdb684..ec6cb3bbd 100644
--- a/app/helpers/journals_helper.rb
+++ b/app/helpers/journals_helper.rb
@@ -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