From c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0 Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Sat, 13 Jun 2020 00:53:56 +0200 Subject: [PATCH] fix headings order or add missing ones (#2871) Co-authored-by: Rigel Kent --- .../about-follows.component.html | 5 ++- .../about-instance.component.html | 41 ++++++++++--------- .../contact-admin-modal.component.html | 4 +- .../about-peertube.component.html | 24 +++++------ .../about-peertube.component.scss | 8 ++++ .../account-about.component.html | 5 ++- .../account-video-channels.component.html | 3 +- .../edit-custom-config.component.html | 1 + .../app/+admin/follows/follows.component.html | 2 +- .../moderation/moderation.component.html | 2 +- .../app/+admin/plugins/plugins.component.html | 2 +- .../app/+admin/system/system.component.html | 2 +- .../users/user-list/user-list.component.html | 2 +- .../my-account-blocklist.component.html | 2 +- ...my-account-server-blocklist.component.html | 2 +- .../my-account-history.component.html | 1 + .../my-account-notifications.component.html | 1 + ...my-account-accept-ownership.component.html | 2 +- .../my-account-ownership.component.html | 1 + .../my-account-settings.component.html | 15 +++---- .../my-account-subscriptions.component.html | 1 + .../my-account-video-channels.component.html | 1 + .../my-account-video-imports.component.html | 1 + .../my-account-video-playlists.component.html | 2 +- .../my-account-video-playlists.component.scss | 4 ++ .../my-account-videos.component.html | 2 +- .../my-account-videos.component.scss | 3 +- .../shared/actor-avatar-info.component.html | 1 + .../instance-statistics.component.html | 4 +- .../instance-statistics.component.scss | 5 +++ .../app/shared/video/abstract-video-list.html | 8 ++-- .../comment/video-comments.component.html | 4 +- .../recommended-videos.component.html | 4 +- .../video-list/video-overview.component.html | 11 ++--- client/src/sass/include/_miniature.scss | 5 ++- 35 files changed, 108 insertions(+), 73 deletions(-) diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index ebe03bd94..dd50cda74 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html @@ -1,6 +1,7 @@
+

Follows

-
Followers instances
+

Followers instances

This instance does not have instances followers.
@@ -10,7 +11,7 @@
-
Followings instances
+

Followings instances

This instance does not have instances followings.
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index 7ba2d9ac8..3bc63b7d1 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html @@ -2,9 +2,9 @@
-
About {{ instanceName }}
+

About {{ instanceName }}

-
Contact administrator
+
@@ -19,84 +19,85 @@
This instance is dedicated to sensitive/NSFW content.
-
+

ADMINISTRATORS & SUSTAINABILITY -

+
-
Who we are
+

Who we are

-
Why we created this instance
+

Why we created this instance

{{ creationReason }}

-
How long we plan to maintain this instance
+

How long we plan to maintain this instance

{{ maintenanceLifetime }}

-
How we will pay for this instance
+

How we will pay for this instance

{{ businessModel }}

-
+

INFORMATION -

+
-
Description
+

Description

-
+

MODERATION -

+
-
Moderation information
+

Moderation information

-
Code of conduct
+

Code of conduct

-
Terms
+

Terms

-
+

OTHER INFORMATION -

+
-
Hardware information
+

Hardware information

+

FEATURES

-
STATISTICS
+

STATISTICS

diff --git a/client/src/app/+about/about-instance/contact-admin-modal.component.html b/client/src/app/+about/about-instance/contact-admin-modal.component.html index 7d93796ec..81e59d46a 100644 --- a/client/src/app/+about/about-instance/contact-admin-modal.component.html +++ b/client/src/app/+about/about-instance/contact-admin-modal.component.html @@ -1,7 +1,7 @@