This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix remove number sign from account_featured_tags (
#15277
)
closed-social-v3
Takeshi Umeda
3 years ago
committed by
GitHub
parent
44d5c6bc8f
commit
17a2e27641
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save