@@ -11,7 +11,7 | |||||
11 | <% end %> |
|
11 | <% end %> | |
12 |
|
12 | |||
13 | <% if @issue.safe_attribute? 'priority_id' %> |
|
13 | <% if @issue.safe_attribute? 'priority_id' %> | |
14 |
<p><%= f.select :priority_id, (@priorities.collect {|p| [p.name, p.id]}), {:required => true} |
|
14 | <p><%= f.select :priority_id, (@priorities.collect {|p| [p.name, p.id]}), {:required => true} %></p> | |
15 | <% end %> |
|
15 | <% end %> | |
16 |
|
16 | |||
17 | <% if @issue.safe_attribute? 'assigned_to_id' %> |
|
17 | <% if @issue.safe_attribute? 'assigned_to_id' %> |
General Comments 0
You need to be logged in to leave comments.
Login now