From ccc69f1cbb70a16bc3b88ccbb5f967dfef2c7703 Mon Sep 17 00:00:00 2001 From: Derek Benson Date: Thu, 18 Aug 2016 09:15:43 +1000 Subject: [PATCH] Update galaxy.masthead.mako --- templates/webapps/galaxy/galaxy.masthead.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webapps/galaxy/galaxy.masthead.mako b/templates/webapps/galaxy/galaxy.masthead.mako index 3367418b763c..eaadb3a165cb 100644 --- a/templates/webapps/galaxy/galaxy.masthead.mako +++ b/templates/webapps/galaxy/galaxy.masthead.mako @@ -24,7 +24,7 @@ 'terms_url' : app.config.get("terms_url", ""), 'allow_user_creation' : app.config.allow_user_creation, 'logo_url' : h.url_for(app.config.get( 'logo_url', '/')), - 'logo_src' : h.url_for( app.config.get( 'logo_src', '../../../static/images/galaxyIcon_noText.png' ) ), + 'logo_src' : h.url_for( app.config.get( 'logo_src', 'static/images/galaxyIcon_noText.png' ) ), 'is_admin_user' : trans.user_is_admin(), 'active_view' : active_view, 'ftp_upload_dir' : app.config.get("ftp_upload_dir", None), @@ -78,4 +78,4 @@ }); }); - \ No newline at end of file +