summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:06:01 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:06:01 +0000
commitceef6dc5fecc5cce906b2d1f624cc69dac472f3d (patch)
treea03f4faf6c4bcbe4ba77cfcf21ad3c692e5c8976 /app/views
parent277b0a8a9426777249fa7b39e3a36df46484e171 (diff)
downloadredmine-ceef6dc5fecc5cce906b2d1f624cc69dac472f3d.tar.gz
redmine-ceef6dc5fecc5cce906b2d1f624cc69dac472f3d.zip
replace tabs to spaces at app/views/issues/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7356 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/issues/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_form.html.erb b/app/views/issues/_form.html.erb
index d88b771b9..57258fece 100644
--- a/app/views/issues/_form.html.erb
+++ b/app/views/issues/_form.html.erb
@@ -20,7 +20,7 @@
</div>
<div id="attributes" class="attributes">
- <%= render :partial => 'issues/attributes' %>
+ <%= render :partial => 'issues/attributes' %>
</div>
<% if @issue.new_record? %>