Moved to 2 space instant of 4 spaces.

This commit is contained in:
Martin Edenhofer 2014-04-06 15:12:07 +02:00
parent 7ea978a513
commit 3f03ce5253

View file

@ -1,5 +1,5 @@
<div class="<%= @attribute.class %> checkbox"> <div class="<%= @attribute.class %> checkbox">
<% for row in @attribute.options: %> <% 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 %> <% end %>
</div> </div>