Commit 5e476c5e93a8ca8846862d82084518bed4aadf8f

Authored by Joenio Costa
Committed by Rafael Reggiani Manzo
1 parent b6f11d12

removing trailing whitespace

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/blocks/sellers_search.html.erb
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 <div class="formfield search-from-opt"> 12 <div class="formfield search-from-opt">
13 <%= select_city(true) %> 13 <%= select_city(true) %>
14 </div> 14 </div>
15 - 15 +
16 <div class="formfield search-distance-opt"> 16 <div class="formfield search-distance-opt">
17 <%= labelled_select(_('Distance:'), 'radius', :first, :last, nil, [15, 30, 50, 100, 150, 200, 300, 400, 500, 1000].map{|n|[n, n.to_s + 'km']}) %> 17 <%= labelled_select(_('Distance:'), 'radius', :first, :last, nil, [15, 30, 50, 100, 150, 200, 300, 400, 500, 1000].map{|n|[n, n.to_s + 'km']}) %>
18 </div> 18 </div>