Commit Graph

7 Commits (5694e24bbf9afccbbf1b44d3a405a4e2bc0ff08d)

Author SHA1 Message Date
Matt Jankowski 0a5f0a8b20
Remove instance variables from helper usage ()
Nick Schonning 2177daeae9
Autofix Rubocop Style/RedundantBegin ()
Eugen Rochko 3221f998dd
Change OpenGraph description on sign-up page to reflect invite ()
Akihiko Odaki ef44c62d17 Do not default site_title with site_hostname in InstanceHelper ()
site_title is "Mastodon" by default configuration, and there is no need to
default site_title with site_hostname in InstanceHelper.
Eugen Rochko 45afdf1781
Fix - Render LOCAL_DOMAIN as unicode in presentational views ()
Yamagishi Kazutoshi bb96ba13cf Fallback to site_hostname when site_title is empty ()
Matt Jankowski 389f8f8249 Instance helper to replace site title helper ()
* Move site title helper to instance helper (name change only)

* Remove newline in <title> tag

* Add site_hostname helper method to wrap up local_domain value

* Use site_hostname helper in places that need local_domain value