diff options
author | jan <jan@ruken.pw> | 2016-11-13 17:26:54 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-11-13 17:26:54 (UTC) |
commit | aec3f635032120b0d5ca5ada7959d3f09b7fa94c (patch) | |
tree | b9db8492071e96a7db83d08c691113b0eb547103 /modules | |
parent | 3705a683482141481d6e4f1e563bc239fed05514 (diff) |
namen nicht umbrechen
Diffstat (limited to 'modules')
-rw-r--r-- | modules/lists/lists.go | 2 |
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 | }, |