Skip to content

Commit

Permalink
fixed image problem, added ext
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed Sep 4, 2018
1 parent 893dcdc commit 3383b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/_header.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="navbar">
<a class="navbar-brand" href="#"><%= image_tag('sul-logo', height: '30') %></a>
<a class="navbar-brand" href="#"><%= image_tag('sul-logo.png', height: '30') %></a>
</nav>
<div style="background-color: #8c1515; color: white; font-family: serif">
<h1 class="p-4">Accessioning</h1>
<%= image_tag("bookheader", width: "100%", height: "75") %>
<%= image_tag("bookheader.png", width: "100%", height: "75") %>
</div>

0 comments on commit 3383b34

Please sign in to comment.