Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #349 from TUSF/patch-3

Redoing displayed Comment format.
Cette révision appartient à :
akuma06 2017-05-11 12:39:45 +02:00 révisé par GitHub
révision d113360203

Voir le fichier

@ -94,7 +94,10 @@
{{end}}
</div>
<div class="col-md-1 date-short comment-date">
{{.Date}}
{{printf "%d-%02d-%02d %02d:%02d" .Date.Year .Date.Month .Date.Day .Date.Hour .Date.Minute }}
{{/* output: "2017-05-01 15:30"
Went with "Year-Month-Day" because it's the most unambiguous.
If you want it to be determined by where you're from, be my guest. */}}
</div>
<div class="col-md-8">
{{.Content}}