##// END OF EJS Templates
replace tabs to spaces at app/views/projects/copy.html.erb...
Toshi MARUYAMA -
r7249:c1aebe228dc2
parent child
Show More
@@ -13,7 +13,7
13 13 <label class="block"><%= check_box_tag 'only[]', 'wiki', true %> <%= l(:label_wiki_page_plural) %> (<%= @source_project.wiki.nil? ? 0 : @source_project.wiki.pages.count %>)</label>
14 14 <%= hidden_field_tag 'only[]', '' %>
15 15 <br />
16 <label class="block"><%= check_box_tag 'notifications', 1, params[:notifications] %> <%= l(:label_project_copy_notifications) %></label>
16 <label class="block"><%= check_box_tag 'notifications', 1, params[:notifications] %> <%= l(:label_project_copy_notifications) %></label>
17 17 </fieldset>
18 18
19 19 <%= submit_tag l(:button_copy) %>
General Comments 0
You need to be logged in to leave comments. Login now