From c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0 Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Sat, 13 Jun 2020 00:53:56 +0200 Subject: fix headings order or add missing ones (#2871) Co-authored-by: Rigel Kent --- .../about-follows/about-follows.component.html | 5 +-- .../about-instance/about-instance.component.html | 41 +++++++++++----------- .../contact-admin-modal.component.html | 4 +-- .../about-peertube/about-peertube.component.html | 24 ++++++------- .../about-peertube/about-peertube.component.scss | 8 +++++ 5 files changed, 46 insertions(+), 36 deletions(-) (limited to 'client/src/app/+about') 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 @@