| | |
| | | <!-- changed paths -->
|
| | | <table style="margin-top:10px;border-top:1px solid #bbb;" class="pretty">
|
| | | <tr wicket:id="changedPath">
|
| | | <td><span wicket:id="changeType">[change type]</span></td> |
| | | <td class="path"><span wicket:id="pathName">[commit path]</span></td>
|
| | | <td>
|
| | | <div class="link">
|
| | | <span class="link">
|
| | | <a wicket:id="patch"><wicket:message key="gb.patch"></wicket:message></a> | <a wicket:id="view"><wicket:message key="gb.view"></wicket:message></a> | <a wicket:id="blame"><wicket:message key="gb.blame"></wicket:message></a> | <a wicket:id="history"><wicket:message key="gb.history"></wicket:message></a>
|
| | | </div>
|
| | | </span>
|
| | | </td>
|
| | | </tr>
|
| | | </table>
|