We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf5624d + c1a1634 commit fcc9116Copy full SHA for fcc9116
app/views/record/view.html.erb
@@ -7,7 +7,13 @@
7
<%= render(partial: 'shared/error', collection: @errors) %>
8
9
<%= render(partial: 'shared/site_title') %>
10
-<%= render(partial: 'search/form')%>
+
11
+<% if Feature.enabled?(:geodata) %>
12
+ <%= render(partial: 'search/form_geo')%>
13
+<% else %>
14
+ <%= render(partial: 'search/form') %>
15
+<% end %>
16
17
<%= render(partial: 'back_button') %>
18
19
<% if @record.nil? %>
0 commit comments