diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 20:00:19 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 20:00:19 +0530 |
commit | d0d636aa89bf194185abf01e05b190386d0e8b23 (patch) | |
tree | 53f44e98b081e8fbd6823f9e7329fa3f7185ad82 /templates/commit.html | |
parent | 2e3c3103c48c748ccc8fa6b3607d51f112a9400f (diff) | |
download | legit-d0d636aa89bf194185abf01e05b190386d0e8b23.tar.gz legit-d0d636aa89bf194185abf01e05b190386d0e8b23.tar.bz2 legit-d0d636aa89bf194185abf01e05b190386d0e8b23.zip |
all: go-import, clone url
Diffstat (limited to '')
-rw-r--r-- | templates/commit.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/commit.html b/templates/commit.html index 9ab945a..1b4a8d9 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -10,8 +10,11 @@ <pre> {{- .commit.Message -}} </pre> - <p>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</p> - <p>{{ .commit.Author.Name }} <span class="commit-email">{{ .commit.Author.Email}}</span></p> + <div class="commit-info"> + {{ .commit.Author.Name }} <span class="commit-email">{{ .commit.Author.Email}}</span> + <div>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> + </div> + <p>commit: <a href="/{{ .name }}/commit/{{ .commit.This }}"> {{ .commit.This }} </a> |