@ -126,34 +126,36 @@ export default class GettingStarted extends ImmutablePureComponent {
< / h 1 >
< / d i v > }
< div className = 'getting-started__wrapper' style = { { height } } >
{ ! multiColumn && < NavigationBar account = { myAccount } / > }
{ navItems }
< / d i v >
{ ! multiColumn && < div className = 'flex-spacer' / > }
< div className = 'getting-started getting-started__footer' >
< ul >
< li > < a href = 'https://bridge.joinmastodon.org/' target = '_blank' > < FormattedMessage id = 'getting_started.find_friends' defaultMessage = 'Find friends from Twitter' / > < / a > · < / l i >
{ invitesEnabled && < li > < a href = '/invites' target = '_blank' > < FormattedMessage id = 'getting_started.invite' defaultMessage = 'Invite people' / > < / a > · < / l i > }
{ multiColumn && < li > < Link to = '/keyboard-shortcuts' > < FormattedMessage id = 'navigation_bar.keyboard_shortcuts' defaultMessage = 'Hotkeys' / > < / L i n k > · < / l i > }
< li > < a href = '/auth/edit' > < FormattedMessage id = 'getting_started.security' defaultMessage = 'Security' / > < / a > · < / l i >
< li > < a href = '/about/more' target = '_blank' > < FormattedMessage id = 'navigation_bar.info' defaultMessage = 'About this instance' / > < / a > · < / l i >
< li > < a href = 'https://joinmastodon.org/apps' target = '_blank' > < FormattedMessage id = 'navigation_bar.apps' defaultMessage = 'Mobile apps' / > < / a > · < / l i >
< li > < a href = '/terms' target = '_blank' > < FormattedMessage id = 'getting_started.terms' defaultMessage = 'Terms of service' / > < / a > · < / l i >
< li > < a href = '/settings/applications' target = '_blank' > < FormattedMessage id = 'getting_started.developers' defaultMessage = 'Developers' / > < / a > · < / l i >
< li > < a href = 'https://github.com/tootsuite/documentation#documentation' target = '_blank' > < FormattedMessage id = 'getting_started.documentation' defaultMessage = 'Documentation' / > < / a > · < / l i >
< li > < a href = '/auth/sign_out' data - method = 'delete' > < FormattedMessage id = 'navigation_bar.logout' defaultMessage = 'Logout' / > < / a > < / l i >
< / u l >
< p >
< FormattedMessage
id = 'getting_started.open_source_notice'
defaultMessage = 'Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
values = { { github : < span > < a href = 'https://github.com/tootsuite/mastodon' rel = 'noopener' target = '_blank' > tootsuite / mastodon < / a > ( v { v e r s i o n } ) < / s p a n > } }
/ >
< / p >
< div className = 'getting-started' >
< div className = 'getting-started__wrapper' style = { { height } } >
{ ! multiColumn && < NavigationBar account = { myAccount } / > }
{ navItems }
< / d i v >
{ ! multiColumn && < div className = 'flex-spacer' / > }
< div className = 'getting-started__footer' >
< ul >
< li > < a href = 'https://bridge.joinmastodon.org/' target = '_blank' > < FormattedMessage id = 'getting_started.find_friends' defaultMessage = 'Find friends from Twitter' / > < / a > · < / l i >
{ invitesEnabled && < li > < a href = '/invites' target = '_blank' > < FormattedMessage id = 'getting_started.invite' defaultMessage = 'Invite people' / > < / a > · < / l i > }
{ multiColumn && < li > < Link to = '/keyboard-shortcuts' > < FormattedMessage id = 'navigation_bar.keyboard_shortcuts' defaultMessage = 'Hotkeys' / > < / L i n k > · < / l i > }
< li > < a href = '/auth/edit' > < FormattedMessage id = 'getting_started.security' defaultMessage = 'Security' / > < / a > · < / l i >
< li > < a href = '/about/more' target = '_blank' > < FormattedMessage id = 'navigation_bar.info' defaultMessage = 'About this instance' / > < / a > · < / l i >
< li > < a href = 'https://joinmastodon.org/apps' target = '_blank' > < FormattedMessage id = 'navigation_bar.apps' defaultMessage = 'Mobile apps' / > < / a > · < / l i >
< li > < a href = '/terms' target = '_blank' > < FormattedMessage id = 'getting_started.terms' defaultMessage = 'Terms of service' / > < / a > · < / l i >
< li > < a href = '/settings/applications' target = '_blank' > < FormattedMessage id = 'getting_started.developers' defaultMessage = 'Developers' / > < / a > · < / l i >
< li > < a href = 'https://github.com/tootsuite/documentation#documentation' target = '_blank' > < FormattedMessage id = 'getting_started.documentation' defaultMessage = 'Documentation' / > < / a > · < / l i >
< li > < a href = '/auth/sign_out' data - method = 'delete' > < FormattedMessage id = 'navigation_bar.logout' defaultMessage = 'Logout' / > < / a > < / l i >
< / u l >
< p >
< FormattedMessage
id = 'getting_started.open_source_notice'
defaultMessage = 'Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
values = { { github : < span > < a href = 'https://github.com/tootsuite/mastodon' rel = 'noopener' target = '_blank' > tootsuite / mastodon < / a > ( v { v e r s i o n } ) < / s p a n > } }
/ >
< / p >
< / d i v >
< / d i v >
< / C o l u m n >
) ;