Undelete
This commit is contained in:
parent
f9003b93b0
commit
dc017371e8
4 changed files with 8 additions and 8 deletions
|
@ -16,11 +16,11 @@
|
|||
|
||||
<p>
|
||||
{{ if .date_known }}
|
||||
<strong>Datum:</strong> <del>{{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}</del><br/>
|
||||
<strong>Datum:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
|
||||
{{ end }}
|
||||
|
||||
{{ if .location_known }}
|
||||
<strong>Ort:</strong> <del>{{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong></del>
|
||||
<strong>Ort:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong>
|
||||
{{ end }}
|
||||
</p>
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
|
||||
<p>
|
||||
{{ if .date_known }}
|
||||
<strong>Date:</strong> <del>{{ i18n .date_start_month }} {{ humanize .date_start_day }} - {{ i18n .date_end_month }} {{ humanize .date_end_day }} {{ .date_year }}</del><br/>
|
||||
<strong>Date:</strong> {{ i18n .date_start_month }} {{ humanize .date_start_day }} - {{ i18n .date_end_month }} {{ humanize .date_end_day }} {{ .date_year }}<br/>
|
||||
{{ end }}
|
||||
|
||||
{{ if .location_known }}
|
||||
<strong>Location:</strong> <del>{{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong></del>
|
||||
<strong>Location:</strong> {{ i18n .location_name }} in <strong>{{ i18n .location_city }}</strong>
|
||||
{{ end }}
|
||||
</p>
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
|
||||
<p>
|
||||
{{ if .date_known }}
|
||||
<strong>Date:</strong> <del>{{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}</del><br/>
|
||||
<strong>Date:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
|
||||
{{ end }}
|
||||
|
||||
{{ if .location_known }}
|
||||
<strong>Lieu:</strong> <del>{{ i18n .location_name }} à <strong>{{ i18n .location_city }}</strong></del>
|
||||
<strong>Lieu:</strong> {{ i18n .location_name }} à <strong>{{ i18n .location_city }}</strong>
|
||||
{{ end }}
|
||||
</p>
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
|
||||
<p>
|
||||
{{ if .date_known }}
|
||||
<strong>Data:</strong> <del>{{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}</del><br/>
|
||||
<strong>Data:</strong> {{ .date_start_day }}. {{ i18n .date_start_month }} - {{ .date_end_day }}. {{ i18n .date_end_month }} {{ .date_year }}<br/>
|
||||
{{ end }}
|
||||
|
||||
{{ if .location_known }}
|
||||
<strong>Luogo:</strong> <del>{{ i18n .location_name }} a <strong>{{ i18n .location_city }}</strong></del>
|
||||
<strong>Luogo:</strong> {{ i18n .location_name }} a <strong>{{ i18n .location_city }}</strong>
|
||||
{{ end }}
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue