Commit 5e476c5e93a8ca8846862d82084518bed4aadf8f
Committed by
Rafael Reggiani Manzo
1 parent
b6f11d12
Exists in
web_steps_improvements
and in
9 other branches
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 | 12 | <div class="formfield search-from-opt"> |
13 | 13 | <%= select_city(true) %> |
14 | 14 | </div> |
15 | - | |
15 | + | |
16 | 16 | <div class="formfield search-distance-opt"> |
17 | 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 | 18 | </div> | ... | ... |