Browse Source

Fix remove number sign from account_featured_tags (#15277)

master
Takeshi Umeda 3 years ago
committed by GitHub
parent
commit
17a2e27641
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      app/serializers/rest/account_featured_tag_serializer.rb

+ 0
- 4
app/serializers/rest/account_featured_tag_serializer.rb View File

@ -9,10 +9,6 @@ class REST::AccountFeaturedTagSerializer < ActiveModel::Serializer
object.tag.id.to_s
end
def name
"##{object.name}"
end
def url
short_account_tag_url(object.account, object.tag)
end

Loading…
Cancel
Save