[extensions-web] review: Link to the extension from the review preview
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] review: Link to the extension from the review preview
- Date: Tue, 24 Apr 2012 07:57:12 +0000 (UTC)
commit a13eec75e70f1b7f07c5d59827d23b1417aeff96
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Apr 24 03:57:01 2012 -0400
review: Link to the extension from the review preview
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 153b94b..772b27f 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -15,7 +15,7 @@
{% endthumbnail %}
{% endif %}
- <h3 class="extension-name">{{ extension.name }}</h3>
+ <h3 class="extension-name"><a href="{{ extension.get_absolute_url }}">{{ extension.name }}</a></h3>
<span class="author">by <a href="{% url auth-profile user=extension.creator %}">{{ extension.creator }}</a></span>
<p class="description">
{{ extension.description }}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]