##// END OF EJS Templates
use show_id also in lightweight changelog
marcink -
r3564:82b2d1a2 beta
parent child Browse files
Show More
@@ -26,7 +26,7 b''
26 </div>
26 </div>
27 %endif
27 %endif
28 </div>
28 </div>
29 <pre><a href="${h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id)}">r${cs.revision}:${h.short_id(cs.raw_id)}</a></pre>
29 <pre><a href="${h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id)}">${h.show_id(cs)}</a></pre>
30 </div>
30 </div>
31 </td>
31 </td>
32 <td>
32 <td>
General Comments 0
You need to be logged in to leave comments. Login now