Skip to content

Commit

Permalink
Spacing between value and amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Willianvdv committed Dec 30, 2013
1 parent 7e67f5c commit 770054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/taxons/_filters.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<%= ' checked' if params[filter_option.property.name].try(:include?, filter_option.value) %>/>
<span>
<%= filter_option.value %>
<span class="amount">(<%= filter_option.number_of_products %>)</span>
<span class="amount"> (<%= filter_option.number_of_products %>)</span>
</span>
</li>
<% end %>
Expand Down

0 comments on commit 770054a

Please sign in to comment.