remove trailing white-spaces from app/views/settings/_projects.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7286 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d016f1e5df
commit
d2453f05a4
|
@ -3,13 +3,13 @@
|
|||
<div class="box tabular settings">
|
||||
<p><%= setting_check_box :default_projects_public %></p>
|
||||
|
||||
<p><%= setting_multiselect(:default_projects_modules,
|
||||
<p><%= setting_multiselect(:default_projects_modules,
|
||||
Redmine::AccessControl.available_project_modules.collect {|m| [l_or_humanize(m, :prefix => "project_module_"), m.to_s]}) %></p>
|
||||
|
||||
<p><%= setting_check_box :sequential_project_identifiers %></p>
|
||||
|
||||
<p><%= setting_select :new_project_user_role_id,
|
||||
Role.find_all_givable.collect {|r| [r.name, r.id.to_s]},
|
||||
Role.find_all_givable.collect {|r| [r.name, r.id.to_s]},
|
||||
:blank => "--- #{l(:actionview_instancetag_blank_option)} ---" %></p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue