[extensions-web] There is always an extension icon
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] There is always an extension icon
- Date: Tue, 25 Oct 2011 01:33:48 +0000 (UTC)
commit fa05f468039ed49a6c5aa564cafdf028bfef1e91
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Oct 24 21:33:40 2011 -0400
There is always an extension icon
sweettooth/auth/templates/auth/profile.html | 2 --
.../extensions/templates/extensions/list.html | 2 --
sweettooth/review/templates/review/list.html | 2 --
sweettooth/review/templates/review/review.html | 2 --
4 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/sweettooth/auth/templates/auth/profile.html b/sweettooth/auth/templates/auth/profile.html
index a5e87bb..7fdbafb 100644
--- a/sweettooth/auth/templates/auth/profile.html
+++ b/sweettooth/auth/templates/auth/profile.html
@@ -14,9 +14,7 @@
<li class="extension profile">
<div class="switch insensitive"></div>
- {% if extension.icon %}
<img src="{{ extension.icon.url }}" class="icon">
- {% endif %}
{% if extension.screenshot %}
{% thumbnail extension.screenshot "300x200" as th %}
diff --git a/sweettooth/extensions/templates/extensions/list.html b/sweettooth/extensions/templates/extensions/list.html
index 47cfe80..729b5ee 100644
--- a/sweettooth/extensions/templates/extensions/list.html
+++ b/sweettooth/extensions/templates/extensions/list.html
@@ -5,9 +5,7 @@
{% for extension in extension_list %}
{% with extension.latest_version as version %}
<li class="extension">
- {% if extension.icon %}
<img src="{{ extension.icon.url }}" class="icon">
- {% endif %}
<h3 class="extension-name"><a href="{% url extensions-detail pk=extension.pk %}" class="title-link">{{ extension.name }}</a></h3>
<span class="author">by <a href="{% url auth-profile user=extension.creator.username %}">{{ extension.creator }}</a></span>
diff --git a/sweettooth/review/templates/review/list.html b/sweettooth/review/templates/review/list.html
index d821c51..1a9b8ff 100644
--- a/sweettooth/review/templates/review/list.html
+++ b/sweettooth/review/templates/review/list.html
@@ -10,9 +10,7 @@
<li class="extension">
<div class="switch insensitive"></div>
- {% if extension.icon %}
<img src="{{ extension.icon.url }}" class="icon">
- {% endif %}
<h3 class="extension-name"><a href="{% url review-version pk=version.pk %}">{{ extension.name }}</a></h3>
<span class="author">by {{ extension.creator }}</span>
diff --git a/sweettooth/review/templates/review/review.html b/sweettooth/review/templates/review/review.html
index d7ffb99..48ecf1c 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -9,9 +9,7 @@
<div class="extension">
<div class="switch insensitive"></div>
- {% if extension.icon %}
<img src="{{ extension.icon.url }}" class="icon">
- {% endif %}
{% if extension.screenshot %}
{% thumbnail extension.screenshot "300x200" as th %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]