]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/projects/copy.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 01:11:54 +0000 (01:11 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 01:11:54 +0000 (01:11 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7369 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/copy.html.erb

index 2e7f1eed1bf5e902dfddb75d6256bd298d00b6b0..ee42813c67ae51b90532320b1919d59e98f6a032 100644 (file)
@@ -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) %>