Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Feb 14, 2025
1 parent 43355ce commit dcb8927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/views/catalog/_show_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
<%= render :partial => "show_downloads" %>
</div>

<%= render :partial => "show_sidebar_citation" %>


<%= render :partial => 'show_sidebar_static_map' if render_sidebar_map?(@document) %>
<%= render :partial => 'show_tools' %>

<%= render :partial => "show_sidebar_citation" %>

<% if georeferenceable? %>
<%= render :partial => "allmaps/sidebar/allmaps" %>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_show_sidebar_citation.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="card citation mb-4">
<div class="card citation mb-4 mt-4">
<div class="card-header">
<h2 class="h6 mb-0">
Cite and Reference
Expand Down

0 comments on commit dcb8927

Please sign in to comment.