diff options
author | Dan McGee <dan@archlinux.org> | 2011-12-09 10:14:01 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-09 10:14:01 -0600 |
commit | 057e252d6dd1b07b90e9550819e195a41a3d524f (patch) | |
tree | b01d0da4eee21591d85e2c1bcb46c8e225a3e297 /templates | |
parent | d198137d718a5dfcaacedc3e2e3adf86c3192cd7 (diff) |
Retitle package differences page
Now that this has two different tables on it, we should make the page
title a bit more generic.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/differences.html | 2 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/differences.html b/templates/packages/differences.html index f5416d2b..e2deedcd 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Package Differences by Architecture{% endblock %} +{% block title %}Arch Linux - Package Differences Reports{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block content %} diff --git a/templates/public/index.html b/templates/public/index.html index 24e61558..5a034c6f 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -164,7 +164,7 @@ <li><a href="{% url mirror-status %}" title="Check the status of all known mirrors">Mirror Status</a></li> <li><a href="/packages/differences/" - title="See differences in packages between available architectures">Differences by Architecture</a></li> + title="See differences in packages between available architectures">Differences Reports</a></li> </ul> <h4>Development</h4> |