mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-25 19:52:41 +00:00
6 lines
152 B
Text
6 lines
152 B
Text
-# locals(count:, link:)
|
|
|
|
- if count.zero?
|
|
= t('generic.none')
|
|
- else
|
|
= table_link_to 'download', t('severed_relationships.download', count:), link
|