mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Merged r17209 from trunk to 3.4-stable (#28079).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17210 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ca78f2c952
commit
fed21056a6
@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="box">
|
<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">
|
<div class="roles-selection">
|
||||||
<% User.current.managed_roles(@project).each do |role| %>
|
<% User.current.managed_roles(@project).each do |role| %>
|
||||||
<label><%= check_box_tag 'membership[role_ids][]', role.id, false, :id => nil %> <%= role %></label>
|
<label><%= check_box_tag 'membership[role_ids][]', role.id, false, :id => nil %> <%= role %></label>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<fieldset class="box">
|
<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="objects-selection">
|
||||||
<div class="projects-selection">
|
<div class="projects-selection">
|
||||||
<%= render_project_nested_lists(@projects) do |p| %>
|
<%= render_project_nested_lists(@projects) do |p| %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user