[extensions-web] extensions: Remove support for unused extension-creator style class
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] extensions: Remove support for unused extension-creator style class
- Date: Wed, 26 Sep 2012 03:53:28 +0000 (UTC)
commit 9b20dbcfd541278a2e361ffc87a2e689538af44d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Sep 25 17:31:38 2012 -0300
extensions: Remove support for unused extension-creator style class
.../extensions/templates/extensions/comments.html | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/comments.html b/sweettooth/extensions/templates/extensions/comments.html
index 9e90e1b..e7ecf3a 100644
--- a/sweettooth/extensions/templates/extensions/comments.html
+++ b/sweettooth/extensions/templates/extensions/comments.html
@@ -4,11 +4,9 @@
{% load gravatar %}
{% get_comment_list for extension as comments %}
{% for comment in comments reversed %}
+ <div class="comment">
{% if comment.user == extension.creator %}
- <div class="comment extension-creator">
<div class="extension-creator-badge">Author</div>
- {% else %}
- <div class="comment">
{% endif %}
<img src="{% gravatar_url request comment.email %}" class="gravatar">
<div class="rating-author">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]