Changeset 2688
- Timestamp:
- Aug 10, 2008, 6:37:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/templates/site.html
r2687 r2688 14 14 <div class="nav" style="float:right;"> 15 15 <ul> 16 <li class="first"><a href="${href.wiki }">Home</a></li>17 <li class="last"><a href="${href.report }/1">Bug reports</a></li>16 <li class="first"><a href="${href.wiki()}">Home</a></li> 17 <li class="last"><a href="${href.report(1)}">Bug reports</a></li> 18 18 </ul> 19 <p> Please log in as guest/guest to submit tickets.</p>19 <p><small> Please log in as guest/guest to submit tickets. </small></p> 20 20 </div> 21 21 </div>
Note: See TracChangeset
for help on using the changeset viewer.