all repos — legit @ dde087ea2d2bed8db487b955f3af57b02512924c

legit - simple git web interface in go (fork)

use time tag in log
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmPb5Z8ACgkQO3+8IhRO
Y5hAgA/+JiclmCO9G2V1d6JCS4xSLWdER3pK8F5BYtrqFhhjEggKHh8QmQOgoi2z
fr/jWLXAC0IcafE+QCf9ybzmSJxKQoOzlkckybzG1yBMwNOlCx52lMwRFt94Z6c/
gh3AjgRTLmRRpW9NI4F5Y81890bJQukN5QtIWfszpZA8BixspcjyGLTOLxbsnWlm
8X7tnRiNCUqEcZ/KXLtBOR5OSD02i+JYHfFx6RywKRBro1lA/x4Q0KzFvdbSp8cH
WZchFnhUL3BfOrukJnwSu9eEE+8fnUhIbbo8mLarUWlNGXA394hmsVAQ3NWmVOxd
xAdKQ07+w7lonLwBuyj4EeMgtc1ovfvZPJJlYK2Y0EDF1CahieeinySSlRGWYrYx
ooOFaNQX+R9LXFmsg4R2ADCjpoCEK7N0MiCxFDcAv8md+yxWu7lI3OAVVrFmbEel
mRMGf3k7Bqbzgn/7dcJ7Hpi/DReSp/ah/+6bnbw+VZZchZ0dWzzKKm+CW8wfZ/do
QCWULyOIEocqDmAhuMsbiIxZU3/SReoGZeiMeVCn/JlkHz8RfUjMZtyreVYZkP16
Z++gmNfY3P8KmIchcFxReLtgnzImaR3BeF+RkNL63eAdB0jqbcUVFTD9EZ05IkdE
PNfXP0xKuxSS/QvfeONeaOcjLzI/rLjfGChkeProGBkfg0T72Gc=
=tIwy
-----END PGP SIGNATURE-----
commit

dde087ea2d2bed8db487b955f3af57b02512924c

parent

cd131c06293f87b5749a50a227f470e79cc55549

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

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

@@ -260,7 +260,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>