13 lines
604 B
Plaintext
13 lines
604 B
Plaintext
<% if preview %>
|
|
<h1>PREVIEW ONLY</h1>
|
|
<% end %>
|
|
|
|
<p class="heading"><strong><u><%= t '.heading' %></u></strong></p>
|
|
|
|
<dl>
|
|
<%= description_list_pair t('.description_labels.producer'), releasable.project.account.name %>
|
|
<%= description_list_pair t('.description_labels.production'), releasable.project.name %>
|
|
<%= description_list_pair t('.description_labels.employee_issued_to'), releasable.name %>
|
|
<%= description_list_pair t('.description_labels.issued_by'), releasable.approved_by_user_name %>
|
|
<%= description_list_pair t('.description_labels.date_issued'), releasable.approved_at %>
|
|
</dl> |