@ -7,7 +7,7 @@ import { connect } from 'react-redux';
import PropTypes from 'prop-types' ;
import PropTypes from 'prop-types' ;
import ImmutablePropTypes from 'react-immutable-proptypes' ;
import ImmutablePropTypes from 'react-immutable-proptypes' ;
import ImmutablePureComponent from 'react-immutable-pure-component' ;
import ImmutablePureComponent from 'react-immutable-pure-component' ;
import { me } from '../../initial_state' ;
import { me , invitesEnabled } from '../../initial_state' ;
import { fetchFollowRequests } from '../../actions/accounts' ;
import { fetchFollowRequests } from '../../actions/accounts' ;
import { List as ImmutableList } from 'immutable' ;
import { List as ImmutableList } from 'immutable' ;
import { Link } from 'react-router-dom' ;
import { Link } from 'react-router-dom' ;
@ -135,9 +135,13 @@ export default class GettingStarted extends ImmutablePureComponent {
< div className = 'getting-started getting-started__footer' >
< div className = 'getting-started getting-started__footer' >
< ul >
< 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 > }
{ 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 = '/about/more' target = '_blank' > < FormattedMessage id = 'navigation_bar.info' defaultMessage = 'About this instance' / > < / a > · < / l i >
< li > < a href = '/terms' target = '_blank' > < FormattedMessage id = 'getting_started.terms' defaultMessage = 'Terms of service' / > < / 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 = '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 >
< li > < a href = '/auth/sign_out' data - method = 'delete' > < FormattedMessage id = 'navigation_bar.logout' defaultMessage = 'Logout' / > < / a > < / l i >
< / u l >
< / u l >