diff options
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html index 5293918d..534e0368 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/homecolumn.html @@ -1,6 +1,4 @@ <p class="tags"> - {% include "views/partial/tags.html" %} - {% if showAdv %} - <a href="http://ru.wix.com/">конструктор сайтов</a> - {% endif %} + <div th:replace="views/partial/tags">Tags</div> + <a href="http://ru.wix.com/" th:if="${showAdv}">конструктор сайтов</a> </p>
\ No newline at end of file |