Fix remove number sign from account_featured_tags (#15277)
parent
fabb864526
commit
c229a3aab7
|
@ -9,10 +9,6 @@ class REST::AccountFeaturedTagSerializer < ActiveModel::Serializer
|
||||||
object.tag.id.to_s
|
object.tag.id.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
def name
|
|
||||||
"##{object.name}"
|
|
||||||
end
|
|
||||||
|
|
||||||
def url
|
def url
|
||||||
short_account_tag_url(object.account, object.tag)
|
short_account_tag_url(object.account, object.tag)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue