add signature legal text field

This commit is contained in:
Bilal
2020-07-06 13:30:10 +02:00
parent 7cdb814d6d
commit 4f2fe52dd5
14 changed files with 123 additions and 7 deletions

View File

@@ -12,4 +12,8 @@
<%= fa_icon "refresh" %> <%= t "shared.clear" %>
<% end %>
</div>
<br>
<% if @contract_template && @contract_template.signature_legal_text.present? %>
<div class="alert alert-warning font-weight-bold"><%= @contract_template.signature_legal_text %></div>
<% end %>