views/repo-history.html - git - Webernet Explorer
_□X
| 1 | <div class="panel"> |
| 2 | <div class="head"> |
| 3 | 📃 History - |
| 4 | <a href="/{{OWNER}}/{{REPO}}">{{REPO}}</a> |
| 5 | @ {{REF}} |
| 6 | </div> |
| 7 | <table class="retro commit-table"> |
| 8 | <thead> |
| 9 | <tr> |
| 10 | <th>SHA</th> |
| 11 | <th>Message</th> |
| 12 | <th>Author</th> |
| 13 | <th>Date</th> |
| 14 | </tr> |
| 15 | </thead> |
| 16 | <tbody> |
| 17 | {{COMMITS_HTML}} |
| 18 | </tbody> |
| 19 | </table> |
| 20 | <div class="body pager"> |
| 21 | {{PREV_LINK}} |
| 22 | {{NEXT_LINK}} |
| 23 | </div> |
| 24 | </div> |
| 25 | |
Done
🔒 Internet