summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-03-28 03:34:39 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-03-28 03:34:39 +0000
commit5f37d0d1c8064f1ec4fa078d752b9aca48ce265b (patch)
treeb36a48482245bf0e42500f4fbc755de942d3df6c /app/views
parent5c9dd16295279b4d6131d13aaac8ed893fd982b2 (diff)
downloadredmine-5f37d0d1c8064f1ec4fa078d752b9aca48ce265b.tar.gz
redmine-5f37d0d1c8064f1ec4fa078d752b9aca48ce265b.zip
replace tabs to spaces and fix indents at app/views/issues/new.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9279 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/issues/new.html.erb16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb
index c95daa1e4..400423317 100644
--- a/app/views/issues/new.html.erb
+++ b/app/views/issues/new.html.erb
@@ -24,19 +24,19 @@
<p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>
<span id="watchers_inputs">
<%= watchers_checkboxes(@issue, @available_watchers) %>
- </span>
- <span class="search_for_watchers">
+ </span>
+ <span class="search_for_watchers">
<%= link_to_remote l(:label_search_for_watchers),
:url => {:controller => 'watchers', :action => 'new', :project_id => @issue.project},
:method => 'get' %>
- </span>
- </p>
+ </span>
+ </p>
<% end %>
</div>
- <%= submit_tag l(:button_create) %>
- <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
- <%= link_to_remote l(:label_preview),
+ <%= submit_tag l(:button_create) %>
+ <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
+ <%= link_to_remote l(:label_preview),
{ :url => preview_new_issue_path(:project_id => @project),
:method => 'post',
:update => 'preview',
@@ -44,7 +44,7 @@
:complete => "Element.scrollTo('preview')"
}, :accesskey => accesskey(:preview) %>
- <%= javascript_tag "Form.Element.focus('issue_subject');" %>
+ <%= javascript_tag "Form.Element.focus('issue_subject');" %>
<% end %>
<div id="preview" class="wiki"></div>