|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
-# Choose a region to filter events with |
|
|
|
|
%ul.regions |
|
|
|
|
%li#near-me{ class: ('selected' if (params[:near] && params[:near][:location]).present?) } |
|
|
|
|
- if (params[:near] && params[:near][:location]).present? |
|
|
|
|
- if params[:near].present? && params[:near][:location].present? |
|
|
|
|
%li.selected |
|
|
|
|
%a(href="?near=") |
|
|
|
|
%em.fa.fa-map-pin |
|
|
|
|
= params[:near][:location] |
|
|
|
@ -11,7 +11,8 @@
|
|
|
|
|
km |
|
|
|
|
%em.fa.fa-times |
|
|
|
|
|
|
|
|
|
- else |
|
|
|
|
- else |
|
|
|
|
%li#near-me |
|
|
|
|
%a.near-me(href="?near[distance]=1&near[location]=[me]") |
|
|
|
|
%em.fa.fa-street-view |
|
|
|
|
= t '.nearMe' |
|
|
|
|