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