]> cat aescling's git repositories - mastodon.git/commitdiff
Change joinmastodon.org to joinmastodon.org/#getting-started for sign up on another...
authorAditoo17 <42938951+Aditoo17@users.noreply.github.com>
Sat, 9 Mar 2019 16:07:59 +0000 (17:07 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 9 Mar 2019 16:07:59 +0000 (17:07 +0100)
app/views/about/_forms.html.haml
app/views/about/_links.html.haml

index 81f7173f7b1ffb8a4ef5107b9fbb34dc5874d9cf..78a422690e6d03489c0bb766ac360e6a1db0b69f 100644 (file)
@@ -1,7 +1,7 @@
 - if @instance_presenter.open_registrations
   = render 'registration'
 - else
-  = link_to t('auth.register_elsewhere'), 'https://joinmastodon.org', class: 'button button-primary'
+  = link_to t('auth.register_elsewhere'), 'https://joinmastodon.org/#getting-started', class: 'button button-primary'
 
   .closed-registrations-message
     - if @instance_presenter.closed_registrations_message.blank?
index f79c37e658b5c1ff7a8b438e778ceb0cbd0bfd3c..381f301f94dea2262bbc718c2c3d0ccae7df072d 100644 (file)
@@ -11,6 +11,6 @@
         = link_to t('auth.login'), new_user_session_path, class: 'webapp-btn'
     %li= link_to t('about.about_this'), about_more_path
     %li
-      = link_to 'https://joinmastodon.org/' do
+      = link_to 'https://joinmastodon.org/#getting-started' do
         = "#{t('about.other_instances')}"
         %i.fa.fa-external-link{ style: 'padding-left: 5px;' }