aboutsummaryrefslogtreecommitdiff
path: root/modules/lists/lists.go
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2016-11-13 17:41:51 (UTC)
committerrtz12 <koenig@fagott.pw>2016-11-13 17:41:51 (UTC)
commit8912ea5bca857ac509e426286768feb788539628 (patch)
tree66c5916c9821c2b45f2e7b2d43544eeff1ed9426 /modules/lists/lists.go
parentfed8f628b428d8661bf917abd7ae98aa818b883d (diff)
parentaec3f635032120b0d5ca5ada7959d3f09b7fa94c (diff)
Merge branch 'master' of projekte.fagott.pw:grilist
Diffstat (limited to 'modules/lists/lists.go')
-rw-r--r--modules/lists/lists.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lists/lists.go b/modules/lists/lists.go
index be6e399..c287dc5 100644
--- a/modules/lists/lists.go
+++ b/modules/lists/lists.go
@@ -200,7 +200,7 @@ func ListsToCards(lists []*models.List) []frontend.Card {
200 Link: fmt.Sprintf("/list/%d", list.ID), 200 Link: fmt.Sprintf("/list/%d", list.ID),
201 }, 201 },
202 frontend.Action{ 202 frontend.Action{
203 Name: fmt.Sprintf(`<span class="chip">von <a class="purple-text text-lighten-2" style="margin-right: 0px" href="/user/%d/%s">%s</a></span>`, list.Owner.ID, list.Owner.GetName(), list.Owner.GetName()), 203 Name: fmt.Sprintf(`<span class="chip" style="white-space: nowrap">von <a class="purple-text text-lighten-2" style="margin-right: 0px" href="/user/%d/%s">%s</a></span>`, list.Owner.ID, list.Owner.GetName(), list.Owner.GetName()),
204 Link: "#", 204 Link: "#",
205 Disabled: true, 205 Disabled: true,
206 }, 206 },