public inbox for [email protected]  
help / color / mirror / Atom feed
From: Murtuza Zabuawala <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: PATCH: Patch to fix favicon in virtual root (pgAdmin4)
Date: Thu, 22 Sep 2016 14:09:03 +0530
Message-ID: <CAKKotZQ96fodkss5+tZhi83zWyz+ZK=kdBBRwqtE3UwMh=htXQ@mail.gmail.com> (raw)
List-Unsubscribe:  <mailto:[email protected]?body=unsub%20pgadmin-hackers>

Hi,

PFA patch to add favicon in base template for proper reference.
RM#1692

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Attachments:

  [application/octet-stream] RM_1692.patch (627B, 3-RM_1692.patch)
  download | inline diff:
diff --git a/web/pgadmin/templates/base.html b/web/pgadmin/templates/base.html
index ba644f5..cc9279d 100755
--- a/web/pgadmin/templates/base.html
+++ b/web/pgadmin/templates/base.html
@@ -17,6 +17,8 @@
     <meta name="dcterms.rightsHolder" content="The pgAdmin Development Team">
     <meta name="dcterms.rights" content="All rights reserved">
     <meta name="dcterms.dateCopyrighted" content="2014 - 2015">
+    <!-- To set pgAdmin4 shortcut icon in browser -->
+    <link rel="shortcut icon" href="{{ url_for('redirects.favicon') }}"/>
 
     <!-- Base template stylesheets -->
     <link type="text/css" rel="stylesheet"


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: PATCH: Patch to fix favicon in virtual root (pgAdmin4)
  In-Reply-To: <CAKKotZQ96fodkss5+tZhi83zWyz+ZK=kdBBRwqtE3UwMh=htXQ@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox