diff options
| author | VG <vg@devys.org> | 2015-01-22 23:13:51 +0100 | 
|---|---|---|
| committer | VG <vg@devys.org> | 2015-01-22 23:14:20 +0100 | 
| commit | 959bfc9e06cf43b94a57a3f8abc7e6c1f29bea55 (patch) | |
| tree | 539ad5977a240adc70e9f2ee7f35b1570278bdb1 | |
| parent | 18928c136f26347df3ac32ef0d7afced9e1b4150 (diff) | |
| download | pasteme-959bfc9e06cf43b94a57a3f8abc7e6c1f29bea55.tar.gz pasteme-959bfc9e06cf43b94a57a3f8abc7e6c1f29bea55.tar.bz2 pasteme-959bfc9e06cf43b94a57a3f8abc7e6c1f29bea55.zip | |
Add a link to return to home (new paste) on banner click.
| -rw-r--r-- | views/base.tpl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/views/base.tpl b/views/base.tpl index e372d6c..86f33dd 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -6,7 +6,7 @@      <link rel="icon" type="image/ico" href="/static/favicon.ico" />  </head>  <body> -<img id="banner" alt="Pasteme" src="/static/banner.png"><br /> +<a href="/"><img id="banner" alt="Pasteme" src="/static/banner.png"></a><br />  {{!base}}  </body>  </html> | 
