[extensions-web] review: Add fancy colors for review comments as well
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] review: Add fancy colors for review comments as well
- Date: Thu, 14 Jun 2012 17:56:21 +0000 (UTC)
commit 5c49594b7392030a9b578685c99441f0834471d5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Jun 14 13:56:11 2012 -0400
review: Add fancy colors for review comments as well
sweettooth/review/templates/review/review.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/review/templates/review/review.html b/sweettooth/review/templates/review/review.html
index d935f6a..ce9f186 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -95,7 +95,7 @@
<div class="review">
<a class="review-author" href="{% url auth-profile user=review.reviewer.username %}">{{ review.reviewer }}</a>
{% if review.changelog %}
- <span class="{{ review.changelog.get_newstatus_class }}">
+ <span class="extension-status {{ review.changelog.get_newstatus_class }}">
{% if review.changelog.auto %}auto-{% endif%}
{{ review.changelog.get_newstatus_display|lower }}
</span>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]