Moved to 2 space instant of 4 spaces.
This commit is contained in:
parent
7ea978a513
commit
3f03ce5253
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="<%= @attribute.class %> checkbox">
|
||||
<% for row in @attribute.options: %>
|
||||
<label><input type="checkbox" value="<%= row.value %>" name="<%= @attribute.name %>" <%= row.checked %>> <%= row.name %> <% if row.note: %>- <%= row.note %><% end %></label>
|
||||
<label><input type="checkbox" value="<%= row.value %>" name="<%= @attribute.name %>" <%= row.checked %>/> <%= row.name %> <% if row.note: %>- <%= row.note %><% end %></label>
|
||||
<% end %>
|
||||
</div>
|
Loading…
Reference in a new issue