mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix formatting
This commit is contained in:
parent
52429e31bb
commit
fd47a76aa9
1 changed files with 10 additions and 10 deletions
|
@ -88,7 +88,7 @@ class ManifestSerializer < ActiveModel::Serializer
|
|||
{
|
||||
name: 'Explore',
|
||||
url: '/explore',
|
||||
},
|
||||
}
|
||||
]
|
||||
end
|
||||
|
||||
|
@ -99,19 +99,19 @@ class ManifestSerializer < ActiveModel::Serializer
|
|||
def related_applications
|
||||
[
|
||||
{
|
||||
"platform": "play",
|
||||
"url": "https://play.google.com/store/apps/details?id=org.joinmastodon.android",
|
||||
"id": "org.joinmastodon.android"
|
||||
platform: 'play',
|
||||
url: 'https://play.google.com/store/apps/details?id=org.joinmastodon.android',
|
||||
id: 'org.joinmastodon.android'
|
||||
},
|
||||
{
|
||||
"platform": "itunes",
|
||||
"url": "https://apps.apple.com/us/app/mastodon-for-iphone/id1571998974",
|
||||
"id": "id1571998974"
|
||||
platform: 'itunes',
|
||||
url: 'https://apps.apple.com/us/app/mastodon-for-iphone/id1571998974',
|
||||
id: 'id1571998974'
|
||||
},
|
||||
{
|
||||
"platform": "f-droid",
|
||||
"url": "https://f-droid.org/en/packages/org.joinmastodon.android/",
|
||||
"id": "org.joinmastodon.android"
|
||||
platform: 'f-droid',
|
||||
url: 'https://f-droid.org/en/packages/org.joinmastodon.android/',
|
||||
id: 'org.joinmastodon.android'
|
||||
}
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue