diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-15 09:27:45 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-15 09:27:45 +0000 |
commit | 81f66f24d7a3aefeda4ea13ed1a093153d0e07ab (patch) | |
tree | b939ac8faeda389396c00c379c2638387bdb6d3e /app/views/projects | |
parent | f3674441ff8746a071fa707edc1d3270cc9f8247 (diff) | |
download | redmine-81f66f24d7a3aefeda4ea13ed1a093153d0e07ab.tar.gz redmine-81f66f24d7a3aefeda4ea13ed1a093153d0e07ab.zip |
replace tabs to spaces at app/views/projects/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7243 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/_form.html.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/_form.html.erb b/app/views/projects/_form.html.erb index 45d0ff1c4..885948bb5 100644 --- a/app/views/projects/_form.html.erb +++ b/app/views/projects/_form.html.erb @@ -18,7 +18,7 @@ <%= wikitoolbar_for 'project_description' %> <% @project.custom_field_values.each do |value| %> - <p><%= custom_field_tag_with_label :project, value %></p> + <p><%= custom_field_tag_with_label :project, value %></p> <% end %> <%= call_hook(:view_projects_form, :project => @project, :form => f) %> </div> @@ -53,9 +53,9 @@ <fieldset class="box" id="project_issue_custom_fields"><legend><%=l(:label_custom_field_plural)%></legend> <% @issue_custom_fields.each do |custom_field| %> <label class="floating"> - <%= check_box_tag 'project[issue_custom_field_ids][]', custom_field.id, (@project.all_issue_custom_fields.include? custom_field), (custom_field.is_for_all? ? {:disabled => "disabled"} : {}) %> - <%=h custom_field.name %> - </label> + <%= check_box_tag 'project[issue_custom_field_ids][]', custom_field.id, (@project.all_issue_custom_fields.include? custom_field), (custom_field.is_for_all? ? {:disabled => "disabled"} : {}) %> + <%=h custom_field.name %> + </label> <% end %> <%= hidden_field_tag 'project[issue_custom_field_ids][]', '' %> </fieldset> |