Add link to profile editing from “Privacy and reach” (#39309)
This commit is contained in:
parent
472b28e5dd
commit
2778eeffba
@ -487,6 +487,8 @@ $content-width: 840px;
|
|||||||
.title {
|
.title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
font-size: inherit;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
@ -38,6 +38,14 @@
|
|||||||
.fields-group
|
.fields-group
|
||||||
= ff.input :show_application, wrapper: :with_label
|
= ff.input :show_application, wrapper: :with_label
|
||||||
|
|
||||||
|
%aside.callout
|
||||||
|
= material_symbol 'info'
|
||||||
|
.content
|
||||||
|
.body
|
||||||
|
%p.title= t('edit_profile.redesign_title')
|
||||||
|
%p= t('edit_profile.privacy_redesign_body')
|
||||||
|
= link_to t('edit_profile.redesign_button'), '/profile/edit'
|
||||||
|
|
||||||
- if Rails.application.config.x.email_subscriptions && Setting.email_subscriptions && current_user.can?(:manage_email_subscriptions)
|
- if Rails.application.config.x.email_subscriptions && Setting.email_subscriptions && current_user.can?(:manage_email_subscriptions)
|
||||||
%h2= t('privacy.email_subscriptions')
|
%h2= t('privacy.email_subscriptions')
|
||||||
|
|
||||||
|
|||||||
@ -1501,6 +1501,7 @@ en:
|
|||||||
your_appeal_rejected: Your appeal has been rejected
|
your_appeal_rejected: Your appeal has been rejected
|
||||||
edit_profile:
|
edit_profile:
|
||||||
other: Other
|
other: Other
|
||||||
|
privacy_redesign_body: The choice to show your follows and followers is now made directly from your profile.
|
||||||
redesign_body: Profile editing can now be accessed directly from the profile page.
|
redesign_body: Profile editing can now be accessed directly from the profile page.
|
||||||
redesign_button: Go there
|
redesign_button: Go there
|
||||||
redesign_title: There’s a new profile editing experience
|
redesign_title: There’s a new profile editing experience
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user