summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThayer Williams <thayerw@gmail.com>2010-03-16 11:53:13 -0700
committerDan McGee <dan@archlinux.org>2010-05-17 15:55:38 -0500
commit3a39352883f3ff5ddf5e393c6d7248157972d698 (patch)
treef5ee1276e83b38bce5538892d241f5f028f2d2bd /templates
parentc1711f002ac343c414175bf9005e96e053ba75da (diff)
downloadarchweb-3a39352883f3ff5ddf5e393c6d7248157972d698.tar.gz
archweb-3a39352883f3ff5ddf5e393c6d7248157972d698.zip
Redesigned flagged page
* indentation * consistent semantics Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/flagged.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/packages/flagged.html b/templates/packages/flagged.html
index 3461bbda..7d5e1c60 100644
--- a/templates/packages/flagged.html
+++ b/templates/packages/flagged.html
@@ -2,7 +2,14 @@
{% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %}
{% block content %}
- <p>
- {{pkg.pkgname}} has already been flagged out of date.
- </p>
+<div id="pkg-flagged-error" class="box">
+
+ <h2>Error: Package already flagged</h2>
+
+ <p><strong>{{pkg.pkgname}}</strong> has already been flagged out-of-date.</p>
+
+ <p>You can return to the package details page for
+ <a href="{{ pkg.get_absolute_url }}" title="Package details for {{pkg.pkgname}}">{{pkg.pkgname}}</a>.</p>
+
+</div>
{% endblock %}