aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-01-30 22:07:59 -0500
committerSteve Losh <steve@stevelosh.com>2009-01-30 22:07:59 -0500
commit222237e0745861ec081678f8d23de12982e2bc76 (patch)
tree306089a3e9fea434f1a22b7316bd0fe75f0d8d2d /templates
parent4cd9b7a520a4902267be73b03b24435ab2923d26 (diff)
downloadbugseverywhere-222237e0745861ec081678f8d23de12982e2bc76.tar.gz
Minor changes, and added lots of bug reports.
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 32fda5a..e0ca02b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -31,7 +31,7 @@
<div id="logo"><h1>Cherry Flavored Bugs Everywhere!</h1></div>
<div id="header">
<div class="center-column">
- <h1>stevelosh</h1>
+ <h1>{{ repository_name }}</h1>
</div>
</div>
<div id="content-wrap">
@@ -45,7 +45,7 @@
<a href="#">Scheduled for...</a>
</span>
<span id="create">
- <a href="fixme">Create a new bug</a>
+ <a href="fixme">&#43; Create a new bug</a>
</span>
</div>
<h2>{% block page_title %}&nbsp;{% endblock %}</h2>