smithy

ref: 1fd46d86263f42262118002e50aa3cde8bcb6485

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" }}