mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-29 23:23:10 +01:00
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
-# locals(count:, link:)
|
|
|
|
- if count.zero?
|
|
= t('generic.none')
|
|
- else
|
|
= table_link_to 'download', t('severed_relationships.download', count:), link
|