about summary refs log tree commit diff
path: root/app/views/about/_links.html.haml
blob: 492c71320b171a2cfc1664598abb4f2c381c49da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.panel
  .panel-header= t 'about.links'
  .panel-list
    %ul
      - if user_signed_in?
        %li= link_to t('about.get_started'), root_path
      - else
        %li= link_to t('about.get_started'), new_user_registration_path
        %li= link_to t('auth.login'), new_user_session_path
      %li= link_to t('about.terms'), terms_path
      %li= link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon'