diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-07 20:00:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 20:00:35 +0200 |
commit | f486ef2666dacbcb6fcd26e371bb5e945369dcfe (patch) | |
tree | c6e0dee82c450a62e56cf0ef368f49f2359513f1 /app/views/about | |
parent | d2dee6ea431f52ab90c568b21b25169d5129c7a6 (diff) |
Redesign public hashtag pages (#5237)
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 0d311b895..ef27d07a1 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -62,7 +62,7 @@ .about-mastodon %h3= t 'about.what_is_mastodon' %p= t 'about.about_mastodon_html' - %a.button.button-secondary{ href: 'https://joinmastodon.org/' }= t 'about.learn_more' + = link_to t('about.learn_more'), 'https://joinmastodon.org/', class: 'button button-secondary' = render 'features' .footer-links .container |