From bcc6bca8afb72374dd46765e0bc692ec12a13f36 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 18 Feb 2020 09:51:39 +0300 Subject: Update toolbar style --- .../templates/views/partial/homecolumn.html | 28 ++++------ .../templates/views/partial/settings_tabs.html | 14 ++--- .../templates/views/partial/tagcolumn.html | 36 +++++-------- .../templates/views/partial/usercolumn.html | 63 +++++++++------------- 4 files changed, 58 insertions(+), 83 deletions(-) (limited to 'src/main/resources/templates/views/partial') diff --git a/src/main/resources/templates/views/partial/homecolumn.html b/src/main/resources/templates/views/partial/homecolumn.html index 5ab0d128..5b13dd66 100644 --- a/src/main/resources/templates/views/partial/homecolumn.html +++ b/src/main/resources/templates/views/partial/homecolumn.html @@ -1,20 +1,14 @@ - +
+ + Top + + + {{ i18n("messages","link.allMessages") }} + + + {{ i18n("messages", "link.withPhotos") }} + +

{{ i18n("messages","link.trends") }}

{% include "views/partial/tags" %} diff --git a/src/main/resources/templates/views/partial/settings_tabs.html b/src/main/resources/templates/views/partial/settings_tabs.html index 4715253e..60337d92 100644 --- a/src/main/resources/templates/views/partial/settings_tabs.html +++ b/src/main/resources/templates/views/partial/settings_tabs.html @@ -1,6 +1,8 @@ -
\ No newline at end of file +
+ +
\ No newline at end of file diff --git a/src/main/resources/templates/views/partial/tagcolumn.html b/src/main/resources/templates/views/partial/tagcolumn.html index 3e61d3d3..c411c3c4 100644 --- a/src/main/resources/templates/views/partial/tagcolumn.html +++ b/src/main/resources/templates/views/partial/tagcolumn.html @@ -2,32 +2,24 @@

*{{ tag.name }}

{% if visitor is not empty and visitor.uid > 0 %} - + {% endif %} diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html index 3e51644b..5d1aaff6 100644 --- a/src/main/resources/templates/views/partial/usercolumn.html +++ b/src/main/resources/templates/views/partial/usercolumn.html @@ -4,65 +4,52 @@ {{ user.name }} - + {% endif %} - +

-- cgit v1.2.3