[bugzilla-gnome-org-extensions] Put the "Quality" rating in a better place in the list, when displaying a trace.



commit 4daa8805d920d2d955a1b7a24392c1b838068375
Author: Max Kanat-Alexander <mkanat everythingsolved com>
Date:   Sat Aug 8 18:17:53 2009 -0500

    Put the "Quality" rating in a better place in the list, when displaying
    a trace.

 template/en/default/pages/trace.html.tmpl |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/template/en/default/pages/trace.html.tmpl b/template/en/default/pages/trace.html.tmpl
index 7e1b2cb..c8a18e4 100644
--- a/template/en/default/pages/trace.html.tmpl
+++ b/template/en/default/pages/trace.html.tmpl
@@ -72,14 +72,15 @@
         [% SET bug = this_trace.bug %]
         <li>
           <a href="page.cgi?id=trace.html&amp;trace_id=
-                   [%- this_trace.id FILTER url_quote %]">Trace 
-            [% this_trace.id FILTER html %]</a> on
+                   [%- this_trace.id FILTER url_quote %]">Trace
+            [% this_trace.id FILTER html %]</a>
+          (Quality: <strong>[% this_trace.quality FILTER html %]</strong>)
+          on
           [%+ "Bug $bug.id" FILTER bug_link(bug) %]:
           [% bug.bug_status FILTER html %] [%+ bug.resolution FILTER html %]
           [% IF bug.dup_id %]
             of [% "bug $bug.dup_id" FILTER bug_link(bug.dup_id) %]
           [% END %]
-          (Quality: <strong>[% this_trace.quality FILTER html %]</strong>)
         </li>
       [% END %]
     </ul>


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