/posts: word wrap long sources in sidebar.
* Don't truncate long sources in the sidebar on the post show page. Word wrap them instead. * Word wrap long external links in general (mainly links in dtext). * Turn sources into links on modqueue page.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<li>
|
||||
<strong>Hidden</strong>: <%= render "post_disapprovals/compact_counts", :disapprovals => post.disapprovals, :post => post %>
|
||||
</li>
|
||||
<li class="mod-queue-post-source"><strong>Source</strong>: <%= post.source %></li>
|
||||
<li class="mod-queue-post-source"><strong>Source</strong>: <%= post_source_tag(post) %></li>
|
||||
<% if post.has_active_pools? %>
|
||||
<li><strong>Pools</strong>: <%= render "pools/inline_list", pools: post.pools.undeleted %></li>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user