@@ -11,7 +11,11 @@ article.post-preview {
|
||||
position: relative;
|
||||
|
||||
&.pooled {
|
||||
height: 194px;
|
||||
height: 214px;
|
||||
}
|
||||
|
||||
.desc {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
@@ -27,7 +27,7 @@ class PostPresenter < Presenter
|
||||
if options[:pool]
|
||||
html << %{<p class="desc">}
|
||||
html << %{<a href="/pools/#{options[:pool].id}">}
|
||||
html << options[:pool].pretty_name.truncate(40)
|
||||
html << options[:pool].pretty_name.truncate(80)
|
||||
html << %{</a>}
|
||||
html << %{</p>}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user