21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-13 05:58:38 +02:00
chexpire/app/views/notifications/_nested_form_headers.html.erb
2018-06-04 20:39:53 +02:00

16 lines
291 B
Plaintext

<div class="form-row">
<%- if many_channels_available? %>
<div class="col-md-2">
<%= f.label :channel %>
</div>
<% end %>
<div class="<%= recipient_col_class %>">
<%= f.label :recipient %>
</div>
<div class="col-md-2">
<%= f.label :delay %>
</div>
</div>