#2245 Display more of title

originally from commit 719343cea5
This commit is contained in:
Toks
2014-09-20 15:28:03 -04:00
parent 6d523153fa
commit 4b4e3dc87b
2 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,11 @@ article.post-preview {
position: relative;
&.pooled {
height: 194px;
height: 214px;
}
.desc {
font-size: 80%;
}
img {

View File

@@ -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