21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-18 16:38:38 +02:00
chexpire/app/views/notifications/_nested_form_headers.html.erb

16 lines
294 B
Plaintext
Raw Normal View History

<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 :interval %>
</div>
</div>