Fix linking of remote hashtags in UI, add public view of hashtags
This commit is contained in:
parent
48b9619439
commit
a698b767c1
3 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
class TagsController < ApplicationController
|
||||
layout 'public'
|
||||
|
||||
def show
|
||||
@statuses = Tag.find_by!(name: params[:id].downcase).statuses.order('id desc').with_includes.with_counters.paginate(page: params[:page], per_page: 10)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue