replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11632 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-15 14:57:38 +00:00
parent a97a2fec3f
commit 544bbba046
1 changed files with 12 additions and 12 deletions

View File

@ -125,10 +125,10 @@
</p>
<% end %>
</div>
</fieldset>
<fieldset><legend><%= l(:field_notes) %></legend>
<fieldset>
<legend><%= l(:field_notes) %></legend>
<%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
<%= wikitoolbar_for 'notes' %>
</fieldset>