repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
b91160a
parent
0f7ef0e
author
Eric Bower
date
2024-07-21 15:01:20 -0400 EDT
style(web): repo-list pr item
1 files changed,  +1, -1
M tmpl/repo-list.html
+1, -1
1@@ -224,7 +224,7 @@ git push origin main
2       <h3 class="text-lg m-0 p-0"><a href="{{.Url}}">{{.Text}}</a></h3>
3       <div class="text-sm">{{.Desc}}</div>
4       {{if .LatestPr}}
5-        <div class="text-xs mt box-sm">{{template "pr-list-item" .LatestPr}}</div>
6+        <div class="text-xs mt ml">{{template "pr-list-item" .LatestPr}}</div>
7       {{end}}
8     </div>
9     {{end}}