summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-14 08:42:24 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-14 08:42:24 +0000
commit0c870deca0b2867f39bc8c3ecbf57323a9207cb7 (patch)
tree1770c50a0f4c2328872fef6a8ec74f818f18ef1c /app
parenta96da11769c7bc470d408b9788cd611b1b1cda0e (diff)
downloadredmine-0c870deca0b2867f39bc8c3ecbf57323a9207cb7.tar.gz
redmine-0c870deca0b2867f39bc8c3ecbf57323a9207cb7.zip
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
Diffstat (limited to 'app')
-rw-r--r--app/views/issues/new.html.erb4
1 files changed, 2 insertions, 2 deletions
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 @@
</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 %>