Merge pull request #349 from TUSF/patch-3
Redoing displayed Comment format.
Cette révision appartient à :
révision
d113360203
1 fichiers modifiés avec 4 ajouts et 1 suppressions
|
@ -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}}
|
||||
|
|
Référencer dans un nouveau ticket