diff options
Diffstat (limited to 'app/views/taxonomies/show.html.erb')
-rw-r--r-- | app/views/taxonomies/show.html.erb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/taxonomies/show.html.erb b/app/views/taxonomies/show.html.erb index 99e9c89..3971acf 100644 --- a/app/views/taxonomies/show.html.erb +++ b/app/views/taxonomies/show.html.erb @@ -1 +1,14 @@ +<%#= map_container %> + <%= taxonomy_filter %> + +<% content_for :aside do %> + <div class="on" data-controller="taxonomy" data-taxonomy-uuid="<%= @taxonomy.to_param %>"> + <div class="leaflet-bar leaftlet-control" id="taxonomy-toggle"> + <button data-action="taxonomy#toggle" data-target="taxonomy.toggle"></button> + </div> + <div data-target="taxonomy.filter"></div> + </div> +<% end %> + + |