]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/issues/new.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Sep 2011 08:42:24 +0000 (08:42 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Sep 2011 08:42:24 +0000 (08:42 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7225 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/new.html.erb

index 867590fa290d0a7a3be6839dbdaf5752a1f4a7cf..d223694f4cbb1bef949579b2e27d2b7a00059f74 100644 (file)
@@ -8,14 +8,14 @@
     </div>
     <%= 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 %>