responsive secondary pages and fixed map
This commit is contained in:
parent
301e84d173
commit
537d72b0f6
7 changed files with 67 additions and 13 deletions
|
@ -1,4 +1,7 @@
|
|||
<h2><%= t('site.sidebar.search_results') %></h2>
|
||||
<h2>
|
||||
<%= t('site.sidebar.search_results') %>
|
||||
<span class="icon close"></span>
|
||||
</h2>
|
||||
<% @sources.each do |source| %>
|
||||
<h4 class="inner12"><%= raw(t "geocoder.search.title.#{source}") %></h4>
|
||||
<div class="search_results_entry" data-href="<%= url_for params.merge(:action => "search_#{source}") %>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue