mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Remove useless empty spaces (#28079).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17209 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset class="box">
|
||||
<legend><%= toggle_checkboxes_link('.roles-selection input') %> <%= l(:label_role_plural) %></legend>
|
||||
<legend><%= toggle_checkboxes_link('.roles-selection input') %><%= l(:label_role_plural) %></legend>
|
||||
<div class="roles-selection">
|
||||
<% User.current.managed_roles(@project).each do |role| %>
|
||||
<label><%= check_box_tag 'membership[role_ids][]', role.id, false, :id => nil %> <%= role %></label>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<fieldset class="box">
|
||||
<legend><%= toggle_checkboxes_link('.projects-selection input:enabled') %> <%= l(:label_project_plural) %></legend>
|
||||
<legend><%= toggle_checkboxes_link('.projects-selection input:enabled') %><%= l(:label_project_plural) %></legend>
|
||||
<div class="objects-selection">
|
||||
<div class="projects-selection">
|
||||
<%= render_project_nested_lists(@projects) do |p| %>
|
||||
|
||||
Reference in New Issue
Block a user