Fixing comments.
Apparently template comments need to not have spaces...
Cette révision appartient à :
Parent
f141cd57f3
révision
4327ff5efc
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -95,9 +95,9 @@
|
|||
</div>
|
||||
<div class="col-md-2">
|
||||
{{printf "%d-%02d-%02d %02d:%02d" .Date.Year .Date.Month .Date.Day .Date.Hour .Date.Minute }}
|
||||
{{ /* output: "2017-05-01 15:30"
|
||||
{{/* 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. */ }}
|
||||
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