##// END OF EJS Templates
html: fixing forks table #3959
lisaq -
r7:ba8453c8 default
parent child Browse files
Show More
@@ -4,6 +4,7 b''
4 4 % if c.forks_pager:
5 5 <table class="rctable fork_summary">
6 6 <tr>
7 <th>${_('Owner')}</th>
7 8 <th>${_('Fork')}</th>
8 9 <th>${_('Description')}</th>
9 10 <th>${_('Forked')}</th>
@@ -13,7 +14,8 b''
13 14 <tr>
14 15 <td class="td-user fork_user">
15 16 ${base.gravatar_with_user(f.user.email, 16)}
16 &frasl;
17 </td>
18 <td class="td-componentname">
17 19 ${h.link_to(f.repo_name,h.url('summary_home',repo_name=f.repo_name))}
18 20 </td>
19 21 <td class="td-description">
General Comments 0
You need to be logged in to leave comments. Login now