add edit page for contract templates

This commit is contained in:
Bilal
2020-07-13 16:36:50 +02:00
parent 4c49a5db03
commit 2b95849229
6 changed files with 21 additions and 3 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", project: @project, contract_template: @contract_template %>
</div>
</div>