Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Mastodon
Commits
59343ef4
Unverified
Commit
59343ef4
authored
Dec 19, 2020
by
Eugen Rochko
Committed by
GitHub
Dec 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing description on enable bootstrap timeline accounts toggle in admin UI (#15367)
parent
a60d9335
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
app/views/admin/settings/edit.html.haml
app/views/admin/settings/edit.html.haml
+2
-1
config/locales/en.yml
config/locales/en.yml
+1
-0
No files found.
app/views/admin/settings/edit.html.haml
View file @
59343ef4
...
...
@@ -50,7 +50,8 @@
%hr
.spacer
/
.fields-group
=
f
.
input
:enable_bootstrap_timeline_accounts
,
as: :boolean
,
wrapper: :with_label
,
label:
t
(
'admin.settings.enable_bootstrap_timeline_accounts.title'
)
=
f
.
input
:enable_bootstrap_timeline_accounts
,
as: :boolean
,
wrapper: :with_label
,
label:
t
(
'admin.settings.enable_bootstrap_timeline_accounts.title'
),
hint:
t
(
'admin.settings.enable_bootstrap_timeline_accounts.desc_html'
)
.fields-group
=
f
.
input
:bootstrap_timeline_accounts
,
wrapper: :with_block_label
,
label:
t
(
'admin.settings.bootstrap_timeline_accounts.title'
),
hint:
t
(
'admin.settings.bootstrap_timeline_accounts.desc_html'
),
disabled:
!
Setting
.
enable_bootstrap_timeline_accounts
...
...
config/locales/en.yml
View file @
59343ef4
...
...
@@ -566,6 +566,7 @@ en:
domain_blocks_rationale
:
title
:
Show rationale
enable_bootstrap_timeline_accounts
:
desc_html
:
Make new users automatically follow configured accounts so their home feed doesn't start out empty
title
:
Enable default follows for new users
hero
:
desc_html
:
Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to server thumbnail
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment