This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-15 04:33:25 -07:00
|
|
|
.panel
|
|
|
|
.panel-header= t 'about.links'
|
|
|
|
.panel-list
|
|
|
|
%ul
|
|
|
|
- if user_signed_in?
|
|
|
|
%li= link_to t('about.get_started'), root_path
|
|
|
|
- else
|
2017-04-28 07:45:24 -07:00
|
|
|
- if instance.open_registrations
|
2017-04-28 06:45:37 -07:00
|
|
|
%li= link_to t('about.get_started'), new_user_registration_path
|
2017-04-15 04:33:25 -07:00
|
|
|
%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'
|