mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 09:55:30 +00:00 
			
		
		
		
	BUGFIX: array initialization syntax in issues.go
This commit is contained in:
		| @@ -2,11 +2,11 @@ | ||||
| {{ $date := .model.Datum.When }} | ||||
| <div> | ||||
| 	<a href="/{{- $date.Year -}}"> | ||||
| 		Zurück zum Jahr | ||||
| 		Zum Jahr | ||||
| 		{{ $date.Year }} | ||||
| 	</a> | ||||
|  | ||||
| 	<div> | ||||
| 	<div class="flex flex-row gap-x-2"> | ||||
| 		{{ if $model.Prev }} | ||||
| 			<a href="/{{- $model.Prev.Datum.When.Year -}}/{{- $model.Prev.Number.No -}}"> | ||||
| 				← Zurück | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens