views/repo-history.html - git - Webernet Explorer _X
git 🏠 Home 👤 Sign up Self hosted git, retro shell
★ otgit, code hosting from the year 2000 ★
📄 octuna / views / repo-history.html
25 lines · 0.4 KB · Raw
1<div class="panel">
2 <div class="head">
3 &#128195; 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