From e6962670c778966b49620d6166581986fa54cf34 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 30 Aug 2016 14:38:28 +0300 Subject: fix templates --- .../src/main/resources/views/partial/footer.html | 34 ++++++++++++++++++++++ .../src/main/resources/views/partial/tags.html | 6 +--- 2 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 juick-www/src/main/resources/views/partial/footer.html (limited to 'juick-www/src/main/resources/views') diff --git a/juick-www/src/main/resources/views/partial/footer.html b/juick-www/src/main/resources/views/partial/footer.html new file mode 100644 index 00000000..6978a2c0 --- /dev/null +++ b/juick-www/src/main/resources/views/partial/footer.html @@ -0,0 +1,34 @@ + + \ No newline at end of file diff --git a/juick-www/src/main/resources/views/partial/tags.html b/juick-www/src/main/resources/views/partial/tags.html index a2906ef0..4d05b7fb 100644 --- a/juick-www/src/main/resources/views/partial/tags.html +++ b/juick-www/src/main/resources/views/partial/tags.html @@ -1,7 +1,3 @@ {% for tag in tags %} - - - {{ tag.getName() }} - + {{ tag }} {% endfor %} \ No newline at end of file -- cgit v1.2.3