Small layout improvement.

This commit is contained in:
Martin Edenhofer 2013-09-29 19:21:42 +02:00
parent 6b21e155e9
commit c785141a18

View file

@ -33,10 +33,16 @@
<% else: %>
<%= item['type'] %> <%= item['object'] %> <% if item['attribute']: %>"<%= item['attribute'] %>"<% end %>
<% if item['value_from']: %>
<%- @T( 'from' ) %> "<%= item['value_from'] %>"
<% if item['value_to']: %>
<%- @T( 'from' ) %>
<% end %>
"<%= item['value_from'] %>"
<% end %>
<% if item['value_to']: %>
<%- @T( 'to' ) %> "<%= item['value_to'] %>"
<% if item['value_from']: %>
<%- @T( 'to' ) %>
<% end %>
"<%= item['value_to'] %>"
<% end %>
<% end %>
</li>