Changeset 1976
- Timestamp:
- 10/11/2015 10:56:04 PM (10 years ago)
- Location:
- sites/trunk/trac.wordpress.org/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/ticket_change.diff
r1975 r1976 1 1 Index: 1.0-stable/trac/ticket/templates/ticket_change.html 2 2 =================================================================== 3 --- 1.0-stable/trac/ticket/templates/ticket_change.html (revision 1 2333)3 --- 1.0-stable/trac/ticket/templates/ticket_change.html (revision 14348) 4 4 +++ 1.0-stable/trac/ticket/templates/ticket_change.html (working copy) 5 @@ -33,7 +33,7 @@ 6 <h3 class="change"> 7 <span class="threading" 8 py:with="change_replies = replies.get(str(cnum), []) if 'cnum' in change else []"> 9 - <span py:if="'cnum' in change" id="comment:$cnum" class="cnum">${commentref('comment:', cnum)}</span> 10 + <span py:if="'cnum' in change" id="comment:$cnum" class="cnum">${commentref('#', cnum)}</span> 11 <py:if test="'replyto' in change"> 12 in reply to: ${commentref('↑ ', change.replyto)} 13 <py:if test="change_replies">; </py:if> 5 14 @@ -49,6 +49,15 @@ 6 15 </py:if> -
sites/trunk/trac.wordpress.org/templates/ticket_change.html
r1975 r1976 34 34 <span class="threading" 35 35 py:with="change_replies = replies.get(str(cnum), []) if 'cnum' in change else []"> 36 <span py:if="'cnum' in change" id="comment:$cnum" class="cnum">${commentref(' comment:', cnum)}</span>36 <span py:if="'cnum' in change" id="comment:$cnum" class="cnum">${commentref('#', cnum)}</span> 37 37 <py:if test="'replyto' in change"> 38 38 in reply to: ${commentref('↑ ', change.replyto)}
Note: See TracChangeset
for help on using the changeset viewer.