replace tabs to spaces at app/views/projects/copy.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7369 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a36a07e4b5
commit
c1aebe228d
|
@ -13,7 +13,7 @@
|
|||
<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>
|
||||
<%= hidden_field_tag 'only[]', '' %>
|
||||
<br />
|
||||
<label class="block"><%= check_box_tag 'notifications', 1, params[:notifications] %> <%= l(:label_project_copy_notifications) %></label>
|
||||
<label class="block"><%= check_box_tag 'notifications', 1, params[:notifications] %> <%= l(:label_project_copy_notifications) %></label>
|
||||
</fieldset>
|
||||
|
||||
<%= submit_tag l(:button_copy) %>
|
||||
|
|
Loading…
Reference in New Issue