diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:11:54 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:11:54 +0000 |
commit | c1aebe228dc2a4a445fee77201b284c886e4582b (patch) | |
tree | 97599479b4d81f47441c9755e22e8ea35d0c3cce /app/views | |
parent | a36a07e4b5f9171bc952d0a6022ddb02e7a77fcb (diff) | |
download | redmine-c1aebe228dc2a4a445fee77201b284c886e4582b.tar.gz redmine-c1aebe228dc2a4a445fee77201b284c886e4582b.zip |
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
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/copy.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb index 2e7f1eed1..ee42813c6 100644 --- a/app/views/projects/copy.html.erb +++ b/app/views/projects/copy.html.erb @@ -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) %> |