| | |
| | | <!-- full message -->
|
| | | <div class="commit_message" wicket:id="fullMessage">[commit message]</div>
|
| | |
|
| | | <!-- git notes -->
|
| | | <table class="gitnotes">
|
| | | <tr wicket:id="notes">
|
| | | <td class="info">
|
| | | <table>
|
| | | <tr><td><span wicket:id="refName"></span></td></tr>
|
| | | <tr><td><span class="sha1" wicket:id="authorName"></span></td></tr>
|
| | | <tr><td><span class="sha1" wicket:id="authorDate"></span></td></tr>
|
| | | </table>
|
| | | </td>
|
| | | <td class="message"><span class="sha1" wicket:id="noteContent"></span></td>
|
| | | </tr>
|
| | | </table>
|
| | | |
| | | <!-- commit legend -->
|
| | | <div style="text-align:right;" wicket:id="commitLegend"></div>
|
| | |
|