all repos — elgit @ 8f9e7f14ff7ef0fef4a4e828e49ee347c72b94d2

fork of legit: web frontend for git, written in go

fix broken mailto: link in commit template

Gil Poiares-Oliveira gil@poiares-oliveira.com
Mon, 15 May 2023 09:33:11 +0100
commit

8f9e7f14ff7ef0fef4a4e828e49ee347c72b94d2

parent

0191fc887ee9e211e0c4dced100bed166f71d6cb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/commit.htmltemplates/commit.html
@@ -11,7 +11,7 @@ <pre>           {{- .commit.Message -}}
         </pre>
         <div class="commit-info">
-        {{ .commit.Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a>
+        {{ .commit.Author.Name }} <a href="mailto:{{ .commit.Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a>
         <div>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
         </div>