The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 regels
420 B

  1. .panel
  2. .panel-header= t 'about.links'
  3. .panel-list
  4. %ul
  5. - if user_signed_in?
  6. %li= link_to t('about.get_started'), root_path
  7. - else
  8. %li= link_to t('about.get_started'), new_user_registration_path
  9. %li= link_to t('auth.login'), new_user_session_path
  10. %li= link_to t('about.terms'), terms_path
  11. %li= link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon'