このコミットが含まれているのは:
守矢諏訪子 2023-06-08 00:18:34 +09:00
コミット ead785ac5e
2個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -157,6 +157,7 @@ func HandleRepo(c *fiber.Ctx) error {
repoArray = append(repoArray, Scrape)
return c.Render("repo", fiber.Map{
"title": c.Params("user") + "/" + repoUrl + branchExists,
"branch": Scrape.DefaultBranch,
"ver": utils.Ver,
"ves": utils.Ves,
"repo": repoArray,

ファイルの表示

@ -53,7 +53,7 @@
<td style="text-align: right;">
<a href="/{{.usrep}}/commit/{{.lastcom.Id}}">{{.lastcom.IdShort}}</a>
<a href="/{{.usrep}}/commit/{{.lastcom.Id}}">{{.lastcom.Date}}</a>
<a href="/{{.usrep}}/commits/{{.DefaultBranch}}">{{.commits}}件コミット</a>
<a href="/{{.usrep}}/commits/{{.branch}}">{{.commits}}件コミット</a>
</td>
</tr>
</thead>