21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-05 02:05:09 +02:00

delete trailing spaces

This commit is contained in:
Juliette Cougnoux 2018-08-30 17:53:06 +02:00
parent 01974592d2
commit a3d42d11d2

View file

@ -12,11 +12,11 @@
<%= f.input :comment %> <%= f.input :comment %>
<%= f.input :vendor %> <%= f.input :vendor %>
<% if check.ssl? %> <% if check.ssl? %>
<%= f.input :round_robin %> <%= f.input :round_robin %>
<% end %> <% end %>
<% if check.persisted? %> <% if check.persisted? %>
<%= f.input :active %> <%= f.input :active %>
<% end %> <% end %>