Files
redmine_contracts/app/views/issues/_show_deliverable.html.erb
2010-12-04 11:09:29 -08:00

8 lines
231 B
Plaintext

<% if project.module_enabled?(:contracts) %>
<tr>
<th class="deliverable"><%= l(:field_deliverable) %>:</th>
<td class="deliverable"><%= h(issue.deliverable.title) if issue.deliverable.present? %></td>
</tr>
<% end %>