Revert "make pool gallery the default view"

This reverts commit 719343cea5.
This commit is contained in:
r888888888
2014-09-05 22:26:47 -07:00
parent dec92a67c4
commit 5c22d8753f
8 changed files with 10 additions and 14 deletions

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(80)
html << options[:pool].pretty_name.truncate(40)
html << %{</a>}
html << %{</p>}
end