Initial commit
This commit is contained in:
9
app/views/contracts/_project_info.html.erb
Normal file
9
app/views/contracts/_project_info.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user