Skip to content

Commit

Permalink
Rename ask_gis to ask
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Feb 13, 2024
1 parent f31600f commit caf9f7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/record/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
</div>
<% end %>

<%= render 'shared/ask_gis' %>
<%= render 'shared/ask' %>
</div>
6 changes: 3 additions & 3 deletions app/views/search/results.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<% end %>
<% end %>
</div>
<%= render partial: 'shared/ask_gis', locals: { display: 'view-lg' } %>
<%= render partial: 'shared/ask', locals: { display: 'view-lg' } %>
</aside>
<% end %>

Expand All @@ -77,12 +77,12 @@
</div>
<% end %>
</div>
<%= render partial: 'shared/ask_gis', locals: { display: 'aside' } if @results.blank? %>
<%= render partial: 'shared/ask', locals: { display: 'aside' } if @results.blank? %>

<% if @results.present? %>
<div id="pagination">
<%= render partial: "pagination" %>
</div>
<%= render partial: 'shared/ask_gis', locals: { display: 'view-md' } %>
<%= render partial: 'shared/ask', locals: { display: 'view-md' } %>
<% end %>
</div>
File renamed without changes.

0 comments on commit caf9f7d

Please sign in to comment.