##// END OF EJS Templates
replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erb...
Toshi MARUYAMA -
r11402:544bbba046f2
parent child
Show More
@@ -125,10 +125,10
125 </p>
125 </p>
126 <% end %>
126 <% end %>
127 </div>
127 </div>
128
129 </fieldset>
128 </fieldset>
130
129
131 <fieldset><legend><%= l(:field_notes) %></legend>
130 <fieldset>
131 <legend><%= l(:field_notes) %></legend>
132 <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
132 <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
133 <%= wikitoolbar_for 'notes' %>
133 <%= wikitoolbar_for 'notes' %>
134 </fieldset>
134 </fieldset>
General Comments 0
You need to be logged in to leave comments. Login now