Upstream sync

This commit is contained in:
Senad Uka
2020-07-16 17:27:57 +02:00
parent 7f49f31ebf
commit c033f5df17
16 changed files with 363 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
<div class="card shadow-sm">
<%= card_header text: t(".heading"), close_action_path: [@project, :contract_templates] %>
<div class="card-body">
<%= render "form", model: @contract_template, project: @project, contract_template: @contract_template %>
</div>
</div>