ERB
Erb
code posted
by
hui s gorbl
created at 23 Oct 09:05
Edit
|
Back
1 2 3 4 5 6 7 |
<!-- здесь --> <% u = User.find User.current %> <% unless u.groups.any? { |g| g.id == 35 } %> <% if @issue.safe_attribute? 'assigned_to_id' %> <p><%= f.select :assigned_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') %></p> <% end %> <% end %> |
376 Bytes in 3 ms with coderay