Redesign public hashtag page to use a masonry layout (#9822)
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
class TagsController < ApplicationController
|
||||
PAGE_SIZE = 20
|
||||
|
||||
layout 'public'
|
||||
|
||||
before_action :set_body_classes
|
||||
before_action :set_instance_presenter
|
||||
|
||||
|
Reference in New Issue
Block a user