Small layout improvement.
This commit is contained in:
parent
6b21e155e9
commit
c785141a18
1 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue