[extensions-web: 48/75] Move the "error report" advert below the comments.



commit fb99eacdd9638df6f05801f7076651b9799828be
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Sep 20 17:04:03 2011 -0400

    Move the "error report" advert below the comments.
    
    <vdepizzol> magcius, in the extension page, maybe we shouldn't focus too much on things that didn't work. The sad face in the top makes it look like every extension is about to don't work :)
    <magcius> vdepizzol, OK.
    <magcius> vdepizzol, we do want to make sure that people don't report errors in the ratings tool
    <vdepizzol> magcius, maybe we can move the "it didn't work" part to the bottom of the form

 .../extensions/templates/extensions/comments.html  |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/comments.html b/sweettooth/extensions/templates/extensions/comments.html
index a26b088..3ef7f77 100644
--- a/sweettooth/extensions/templates/extensions/comments.html
+++ b/sweettooth/extensions/templates/extensions/comments.html
@@ -24,13 +24,13 @@
 <div id="new-comment-form">
   <div>
     <h4>Your opinion</h4>
-    <a href="{% url extensions-error pk=version.pk %}" class="report error">It didn't work!</a>
+    <span class="report rating">It worked, and...</span>
+    {% render_comment_form for extension %}
+
+    <a href="{% url extensions-error pk=version.pk %}" class="report error">Help! It didn't work!</a>
     <p>
       Errors should be reported through the error reporting tool &mdash; it
       helps extension authors be known about bugs in their extension!
     </p>
-
-    <span class="report rating">It worked, and...</span>
-    {% render_comment_form for extension %}
   </div>
 </div>



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