smithy

ref: 99838f41e22d337e5b5ac250c5f85d2563c828f3

include/commit.html


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
{{ template "header" }}

<h1>{{ .RepoName }}</h1>
<h2>commit {{ .Commit.Hash }}</h2>

<p>Author: {{ .Commit.Author.Name }} <{{ .Commit.Author.Email }}></p>

<p><pre>{{ .Commit.Message }}</pre></p>

<p>
    <pre>{{ .Commit.Stats }}</pre>
</p>

<hr>

<div>
    <pre>{{ .Changes }}</pre>
</div>

{{ template "footer" }}