Author: rjollos
Date: Fri Aug  9 01:09:04 2013
New Revision: 1512120

URL: http://svn.apache.org/r1512120
Log:
Make rendered ticket version less prominent. Refs #621.

This is a follow-on to [1511585,1511586]. Suggested by Olemis.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1512120&r1=1512119&r2=1512120&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Fri Aug  
9 01:09:04 2013
@@ -330,16 +330,16 @@
         <py:when test="t.exists">
           <a href="${href.ticket(t.id)}"
               i18n:msg="id">Ticket #${t.id}</a>
-          <py:if test="version is not None">
+          <small py:if="version is not None">
             <py:choose test="">
               <py:when test="version == 0">
-                <i18n:msg>at <a href="#comment:description">Initial 
Version</a></i18n:msg>
+                <i18n:msg>at <a href="#comment:description" 
class="muted">Initial Version</a></i18n:msg>
               </py:when>
               <py:otherwise>
-                <i18n:msg params="version">at <a 
href="#comment:$version">Version $version</a></i18n:msg>
+                <i18n:msg params="version">at <a href="#comment:$version" 
class="muted">Version $version</a></i18n:msg>
               </py:otherwise>
             </py:choose>
-          </py:if> &mdash;
+          </small> &mdash;
         </py:when>
         <py:otherwise>
           New Ticket <small><span py:if="preview_mode and t.type" 
class="status">(${t.type})</span></small>


Reply via email to