all repos — legit @ 907dcc9eeb08dd712237e7e879e9e768ae17db33

legit - simple git web interface in go (fork)

Merge branch 'refs'
Iris Lightshard nilix@nilfm.cc
commit

907dcc9eeb08dd712237e7e879e9e768ae17db33

parent

50093251b2613ba82dcc98d821debb8e57cebaaa

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

jump to
M static/style.cssstatic/style.css

@@ -263,7 +263,7 @@ float: right;

font-size: 0.85rem; } -.commit time { +.commit time, .log time { display: block; }
M templates/log.htmltemplates/log.html

@@ -19,7 +19,7 @@ <pre>{{ .Message }}</pre>

</div> <div class="commit-info"> {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> - <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> + <time>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</time> </div> {{ end }} </div>
M templates/repo.htmltemplates/repo.html

@@ -21,7 +21,7 @@ <pre>{{ .Message }}</pre>

</div> <div class="commit-info"> {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> - <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> + <time>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</time> </div> {{ end }} </div>