From f216eaa143febe357fb901f4e568e3f0a54cc7ce Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 14 Apr 2020 16:10:49 +0300 Subject: Initial grid layout --- .../resources/templates/views/partial/homecolumn.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/main/resources/templates/views/partial/homecolumn.html') diff --git a/src/main/resources/templates/views/partial/homecolumn.html b/src/main/resources/templates/views/partial/homecolumn.html index 5b13dd66..6f92f8ba 100644 --- a/src/main/resources/templates/views/partial/homecolumn.html +++ b/src/main/resources/templates/views/partial/homecolumn.html @@ -1,15 +1,18 @@
- Top + + Top - {{ i18n("messages","link.allMessages") }} + + {{ i18n("messages","link.allMessages") }} - {{ i18n("messages", "link.withPhotos") }} + + {{ i18n("messages", "link.withPhotos") }}
-
+

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

{% include "views/partial/tags" %} {% if showAdv | default(false) %} @@ -18,4 +21,7 @@ Работа в России {% endif %} -
\ No newline at end of file +
+ + {% include "views/partial/footer" %} + \ No newline at end of file -- cgit v1.2.3