diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:06:01 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:06:01 +0000 |
commit | ceef6dc5fecc5cce906b2d1f624cc69dac472f3d (patch) | |
tree | a03f4faf6c4bcbe4ba77cfcf21ad3c692e5c8976 /app/views | |
parent | 277b0a8a9426777249fa7b39e3a36df46484e171 (diff) | |
download | redmine-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.erb | 2 |
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? %> |