瀏覽代碼

Link to mobile apps page (#8278)

Fix #8269
master
Eugen Rochko 5 年之前
committed by GitHub
父節點
當前提交
0fc0980de1
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 3 個檔案被更改,包括 3 行新增1 行删除
  1. +1
    -0
      app/javascript/mastodon/features/getting_started/index.js
  2. +1
    -1
      app/views/layouts/public.html.haml
  3. +1
    -0
      config/locales/en.yml

+ 1
- 0
app/javascript/mastodon/features/getting_started/index.js 查看文件

@@ -139,6 +139,7 @@ export default class GettingStarted extends ImmutablePureComponent {
{multiColumn && <li><Link to='/keyboard-shortcuts'><FormattedMessage id='navigation_bar.keyboard_shortcuts' defaultMessage='Hotkeys' /></Link> · </li>}
<li><a href='/auth/edit'><FormattedMessage id='getting_started.security' defaultMessage='Security' /></a> · </li>
<li><a href='/about/more' target='_blank'><FormattedMessage id='navigation_bar.info' defaultMessage='About this instance' /></a> · </li>
<li><a href='https://joinmastodon.org/apps' target='_blank'><FormattedMessage id='navigation_bar.apps' defaultMessage='Mobile apps' /></a> · </li>
<li><a href='/terms' target='_blank'><FormattedMessage id='getting_started.terms' defaultMessage='Terms of service' /></a> · </li>
<li><a href='/settings/applications' target='_blank'><FormattedMessage id='getting_started.developers' defaultMessage='Developers' /></a> · </li>
<li><a href='https://github.com/tootsuite/documentation#documentation' target='_blank'><FormattedMessage id='getting_started.documentation' defaultMessage='Documentation' /></a> · </li>


+ 1
- 1
app/views/layouts/public.html.haml 查看文件

@@ -45,6 +45,6 @@
%h4= t 'footer.more'
%ul
%li= link_to t('about.source_code'), Mastodon::Version.source_url
%li= link_to 'joinmastodon.org', 'https://joinmastodon.org'
%li= link_to t('about.apps'), 'https://joinmastodon.org/apps'

= render template: 'layouts/application'

+ 1
- 0
config/locales/en.yml 查看文件

@@ -6,6 +6,7 @@ en:
about_this: About
administered_by: 'Administered by:'
api: API
apps: Mobile apps
closed_registrations: Registrations are currently closed on this instance. However! You can find a different instance to make an account on and get access to the very same network from there.
contact: Contact
contact_missing: Not set


Loading…
取消
儲存