Commit 08b8fb32de8e8acb1ceae0965139dcf70cf0b87c
1 parent
884eec87
Exists in
master
and in
29 other branches
Remove unused stuff (replaced by sniffer plugin)
Showing
1 changed file
with
0 additions
and
21 deletions
Show diff stats
app/views/search/sellers.rhtml
... | ... | @@ -1,21 +0,0 @@ |
1 | -<h2> | |
2 | -<% if @product_category %> | |
3 | - <% if params[:lat] && params[:long] && params[:radius] %> | |
4 | - <%= _('Listing sellers of %s witin %s km from %s %s') % [@product_category.name, params[:radius], params[:lat], params[:long]] %> | |
5 | - <% else %> | |
6 | - <%= _('Listing sellers of %s') % @product_category.name %> | |
7 | - <% end %> | |
8 | -<% else %> | |
9 | - <% if params[:lat] && params[:long] && params[:radius] %> | |
10 | - <%= _('Listing sellers witin %s km from %s %s') % [params[:radius], params[:lat], params[:long]] %> | |
11 | - <% else %> | |
12 | - <%= _('Listing sellers') %> | |
13 | - <% end %> | |
14 | -<% end %> | |
15 | -</h2> | |
16 | - | |
17 | -<%= render :partial => 'sellers_form' %> | |
18 | - | |
19 | -<div class="search-results-innerbox search-results-type-profile common-profile-list-block %>"> | |
20 | - <ul> <%= render :partial => 'profile', :collection => @enterprises %> </ul> | |
21 | -</div> |