##// 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,26 +125,26
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>
135 </div>
135 </div>
136
136
137 <p>
137 <p>
138 <% if @copy %>
138 <% if @copy %>
139 <%= hidden_field_tag 'copy', '1' %>
139 <%= hidden_field_tag 'copy', '1' %>
140 <%= submit_tag l(:button_copy) %>
140 <%= submit_tag l(:button_copy) %>
141 <%= submit_tag l(:button_copy_and_follow), :name => 'follow' %>
141 <%= submit_tag l(:button_copy_and_follow), :name => 'follow' %>
142 <% elsif @target_project %>
142 <% elsif @target_project %>
143 <%= submit_tag l(:button_move) %>
143 <%= submit_tag l(:button_move) %>
144 <%= submit_tag l(:button_move_and_follow), :name => 'follow' %>
144 <%= submit_tag l(:button_move_and_follow), :name => 'follow' %>
145 <% else %>
145 <% else %>
146 <%= submit_tag l(:button_submit) %>
146 <%= submit_tag l(:button_submit) %>
147 <% end %>
147 <% end %>
148 </p>
148 </p>
149
149
150 <% end %>
150 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now