Feature #29034 » 0001-add-expand-collpase-for-issue-attributes.patch
app/views/issues/show.html.erb | ||
---|---|---|
40 | 40 |
<% end %> |
41 | 41 |
</p> |
42 | 42 |
<hr /> |
43 |
<p><strong><%=l(:label_attribute_plural)%></strong></p> |
|
44 |
<div class="attributes"> |
|
43 |
<p><strong class="toggle-section icon icon-expanded"><%=l(:label_attribute_plural)%></strong></p>
|
|
44 |
<div class="attributes collapsible">
|
|
45 | 45 |
<%= issue_fields_rows do |rows| |
46 | 46 |
rows.left l(:field_status), @issue.status.name, :class => 'status' |
47 | 47 |
rows.left l(:field_priority), @issue.priority.name, :class => 'priority' |