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
This commit is contained in:
Toshi MARUYAMA 2011-09-17 23:06:01 +00:00
parent 277b0a8a94
commit ceef6dc5fe
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</div>
<div id="attributes" class="attributes">
<%= render :partial => 'issues/attributes' %>
<%= render :partial => 'issues/attributes' %>
</div>
<% if @issue.new_record? %>