mirror of
https://github.com/whippyshou/mastodon
synced 2024-12-02 00:38:27 +09:00
d2f6d9b9fb
* Add missing emojify class to landing strip * Add missing emojify class to simple_status partial
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
.landing-strip
|
|
= t('landing_strip_html',
|
|
name: content_tag(:span, display_name(account), class: :emojify),
|
|
domain: Rails.configuration.x.local_domain,
|
|
sign_up_path: new_user_registration_path)
|