aboutsummaryrefslogtreecommitdiff
path: root/modules/lists/lists.go
diff options
context:
space:
mode:
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 },