We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c77bc commit 3a2f881Copy full SHA for 3a2f881
1 file changed
app/views/pinned_links/index.html.erb
@@ -70,7 +70,7 @@
70
<% pl_link = pl.post.nil? ? pl.link : ('Post #' + pl.post.id.to_s) %>
71
<% pl_label = pl.post.nil? ? pl.label : (pl.post.parent.nil? ? pl.post.title : pl.post.parent.title) %>
72
<tr>
73
- <td>
+ <td class="nowrap">
74
<% if pl.shown_before.nil? %>
75
<% if pl.post.nil? %>
76
link
0 commit comments