Compare commits

..

No commits in common. "426c956d4553f55ee62389bb51c0f0323acc8915" and "1c9efe37e296013c9346180a630172e920f0d1b0" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -123,7 +123,7 @@ func (m *Module) homepage(rw http.ResponseWriter, req *http.Request, state *util
http.Error(rw, err.Error(), http.StatusInternalServerError)
return
}
selCommitTime = commit.CommitMeta.Created.UTC().Format("20060102150405")
selCommitTime = commit.CommitMeta.Created.Format("20060102150405")
selCommitHash = commit.CommitMeta.SHA[:12]
goMod, _, err := giteaClient.GetFile(selOrg, selRepo, ref.Object.SHA, "go.mod")
if err != nil {

View File

@ -4,15 +4,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gitea | Melon Tools</title>
<style>
html, body {
background-color: #2a2c2d;
color: #d8d4d0;
}
a {
color: #4699fa;
}
.page-content {
display: flex;
flex-direction: row;