Add a commenting message to UI form

This commit is contained in:
Alex Sherman 2021-02-10 19:57:39 +05:00
parent 9611df92b0
commit 4051c1941b
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,11 @@
<% end %>
<div class="form-group">
<div class="row">
<div class="col-md-6 control-label">
<p><%= t '.comment' %></p>
</div>
</div>
<div class="col-md-2 control-label">
<%= label_tag :current_contact_id, t('.current_contact_id') %>
</div>