From 3383b346d4fdbed9903c00899dffaf269c1c64b1 Mon Sep 17 00:00:00 2001 From: Jeremy Nelson Date: Tue, 4 Sep 2018 12:36:53 -0600 Subject: [PATCH] fixed image problem, added ext --- app/views/shared/_header.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_header.erb b/app/views/shared/_header.erb index 096daf674..9735fda0b 100644 --- a/app/views/shared/_header.erb +++ b/app/views/shared/_header.erb @@ -1,7 +1,7 @@

Accessioning

- <%= image_tag("bookheader", width: "100%", height: "75") %> + <%= image_tag("bookheader.png", width: "100%", height: "75") %>