From: Toshi MARUYAMA Date: Wed, 14 Sep 2011 08:42:24 +0000 (+0000) Subject: remove trailing white-spaces from app/views/issues/new.html.erb X-Git-Tag: 1.3.0~743 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c870deca0b2867f39bc8c3ecbf57323a9207cb7;p=redmine.git remove trailing white-spaces from app/views/issues/new.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7225 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb index 867590fa2..d223694f4 100644 --- a/app/views/issues/new.html.erb +++ b/app/views/issues/new.html.erb @@ -8,14 +8,14 @@ <%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> - <%= link_to_remote l(:label_preview), + <%= link_to_remote l(:label_preview), { :url => preview_issue_path(:project_id => @project), :method => 'post', :update => 'preview', :with => "Form.serialize('issue-form')", :complete => "Element.scrollTo('preview')" }, :accesskey => accesskey(:preview) %> - + <%= javascript_tag "Form.Element.focus('issue_subject');" %> <% end %>