aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorAnand Aiyer <aaiyer@gmail.com>2016-10-31 18:09:39 +0530
committerMatěj Cepl <mcepl@cepl.eu>2024-01-18 19:02:01 +0100
commit065a4a0830a8d0e17b33a5ccce803d798acc506d (patch)
tree45e444f493bb57ea3747633601a87c9ced02025f /libbe
parentf715581b48cdcbdf4c88a849257b9454d6073674 (diff)
downloadbugseverywhere-065a4a0830a8d0e17b33a5ccce803d798acc506d.tar.gz
* web interface - remove annoying branding, make logo clickable to root page
Diffstat (limited to 'libbe')
-rw-r--r--libbe/interfaces/web/templates/base.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/libbe/interfaces/web/templates/base.html b/libbe/interfaces/web/templates/base.html
index 5287470..4e17780 100644
--- a/libbe/interfaces/web/templates/base.html
+++ b/libbe/interfaces/web/templates/base.html
@@ -54,7 +54,7 @@
<body>
<div id="main-pane">
<div id="header" class="inside-main-pane">
- <h1>{{ repository_name }}</h1>
+ <h1><a href="/">{{ repository_name }}</a></h1>
</div>
<div id="navigation" class="inside-main-pane">
<span id="filters">
@@ -84,13 +84,7 @@
{% block content %}{% endblock %}
</div>
<div id="footer" class="inside-main-pane">
- <p>
- <a href="">Cherry Flavored Bugs Everywhere</a>
- was created by <a href="http://stevelosh.com">Steve Losh</a> and a very nice <a href="http://fecklessmind.com/2009/01/20/aardvark-css-framework/">aardvark</a>
- using <a href="http://cherrypy.org">CherryPy</a>,
- <a href="http://jinja.pocoo.org/2/">Jinja2</a>,
- and <a href="http://jquery.com">jQuery</a>.
- </p>
+ <p>Bugs Everywhere</p>
</div>
</div>
<div id="assignees">