aboutsummaryrefslogtreecommitdiff
path: root/frontend/renderer.go
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2016-11-15 17:29:02 (UTC)
committerrtz12 <koenig@fagott.pw>2016-11-15 17:29:02 (UTC)
commit0ad174d7329e02b3f644614de0758789bb3677d4 (patch)
treee49a659c0b89bdec07cde778850b7fe002ac27ea /frontend/renderer.go
parente02ad854383265db216ed92b10c4f12408999d6a (diff)
Verrückter Anilist Import
Bestes Feature 2k16. Hashtag Make Grilist Great Again.
Diffstat (limited to 'frontend/renderer.go')
-rw-r--r--frontend/renderer.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/renderer.go b/frontend/renderer.go
index 9c1f7a7..7d3a161 100644
--- a/frontend/renderer.go
+++ b/frontend/renderer.go
@@ -12,12 +12,14 @@ import (
12type Action struct { 12type Action struct {
13 Name string 13 Name string
14 Link string 14 Link string
15 Target string
15 Disabled bool 16 Disabled bool
16} 17}
17 18
18// Card ist eine Karte im Materialize-Design. 19// Card ist eine Karte im Materialize-Design.
19type Card struct { 20type Card struct {
20 Title string 21 Title string
22 Image string
21 Description string 23 Description string
22 Size string 24 Size string
23 Actions []Action 25 Actions []Action