10 lines
494 B
Plaintext
10 lines
494 B
Plaintext
<p class="heading"><strong><u><%= t ".heading" %></u></strong></p>
|
|
<dl>
|
|
<%= description_list_pair_for project, :producer_name, append: ":" %>
|
|
<%= description_list_pair_for project, :producer_address, append: ":" %>
|
|
<%= description_list_pair_for project, :name, append: ":" %>
|
|
<%= description_list_pair_for project, :client_name, append: ":" %>
|
|
<%= description_list_pair_for project, :description, append: ":" %>
|
|
<%= description_list_pair_for project, :details, append: ":" %>
|
|
</dl>
|