The map title displays the eventual filtering tag in its title
This commit is contained in:
parent
fbeba30cd1
commit
6d724bea73
@ -1,6 +1,10 @@
|
||||
%h2
|
||||
%em.fa.fa-map-marker
|
||||
=title t '.title'
|
||||
= title t '.title'
|
||||
- if params[:tag]
|
||||
«
|
||||
%em= params[:tag]
|
||||
»
|
||||
|
||||
#map.events(data-url="#{maps_path format: :json}")
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
%h2
|
||||
=t '.title'
|
||||
= t '.title'
|
||||
«
|
||||
%em= params[:id]
|
||||
»
|
||||
|
Loading…
Reference in New Issue
Block a user