views/repo-commit.html - git - Webernet Explorer _X
git 🏠 Home 👤 Sign up Self hosted git, retro shell
★ otgit, code hosting from the year 2000 ★
📄 octuna / views / repo-commit.html
19 lines · 0.5 KB · Raw
1<div class="panel">
2 <div class="head">&#128195; Commit {{SHA7}}</div>
3 <div class="body commit-header">
4 <p class="commit-msg-full">{{COMMIT_MESSAGE}}</p>
5 <p class="commit-meta">
6 {{COMMIT_AUTHOR}} &middot; {{COMMIT_DATE}}
7 &middot; <a href="/{{OWNER}}/{{REPO}}/history">History</a>
8 </p>
9 <code class="commit-sha-full">{{SHA}}</code>
10 </div>
11</div>
12 
13<div class="panel">
14 <div class="head">&#128221; Diff</div>
15 <div class="diff-view">
16 {{DIFF_HTML}}
17 </div>
18</div>
19 
Done 🔒 Internet