diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-01-16 19:47:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 19:47:46 +0100 |
commit | bc642ac24b49c14dca382e7aabbc16130293d2f4 (patch) | |
tree | 1bf55901185d1cac954ef216f7394d09c10df1f3 /app/controllers | |
parent | 4ab42287c0bbcbd259bff229d66da8964a261aff (diff) |
Redesign public hashtag page to use a masonry layout (#9822)
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/tags_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 8e4051834..4694c823a 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -3,6 +3,8 @@ class TagsController < ApplicationController PAGE_SIZE = 20 + layout 'public' + before_action :set_body_classes before_action :set_instance_presenter |