[extensions-web] Add a link to the review for a version



commit c318fd753f7a7e0d9adb43ab7942c44c42533a98
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Nov 27 20:43:09 2011 -0500

    Add a link to the review for a version

 .../templates/extensions/detail_edit.html          |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail_edit.html b/sweettooth/extensions/templates/extensions/detail_edit.html
index d201749..87f5937 100644
--- a/sweettooth/extensions/templates/extensions/detail_edit.html
+++ b/sweettooth/extensions/templates/extensions/detail_edit.html
@@ -45,9 +45,8 @@
   {% if not is_preview and is_multiversion %}
     <h2 class="expandy_header expanded"> Admin </h2>
     <ul>
-      <li>
-        <a href="{% url extensions-upload-file pk=extension.pk %}">Upload a new version</a>
-      </li>
+      <li><a href="{% url extensions-upload-file pk=extension.pk %}">Upload a new version</a></li>
+      <li><a href="{% url review-version pk=extension.pk %}">View review and source</a></li>
     </ul>
 
     <h2 class="expandy_header expanded"> Versions </h2>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]