Browse Source

Remove trailing whitespaces from journals_helper.rb


git-svn-id: http://svn.redmine.org/redmine/trunk@18051 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 5 years ago
parent
commit
da2e42147b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/helpers/journals_helper.rb

+ 1
- 1
app/helpers/journals_helper.rb View File

@@ -49,7 +49,7 @@ module JournalsHelper
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)},
:title => l(:button_delete),
:class => 'icon-only icon-del'
)

Loading…
Cancel
Save