all repos — legit @ 8f9e7f14ff7ef0fef4a4e828e49ee347c72b94d2

web frontend for git, written in go

fix broken mailto: link in commit template

commit

8f9e7f14ff7ef0fef4a4e828e49ee347c72b94d2

parent

0191fc887ee9e211e0c4dced100bed166f71d6cb

1 file changed, 1 insertion(+), 1 deletion(-)

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>