From 794678f641877c846f08b0d6b845366c8f340c69 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 2 Sep 2016 12:38:52 +0300 Subject: pm_sent template --- juick-www/src/main/resources/views/pm_sent.html | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 juick-www/src/main/resources/views/pm_sent.html (limited to 'juick-www/src/main/resources/views/pm_sent.html') diff --git a/juick-www/src/main/resources/views/pm_sent.html b/juick-www/src/main/resources/views/pm_sent.html new file mode 100644 index 00000000..fc65a4fd --- /dev/null +++ b/juick-www/src/main/resources/views/pm_sent.html @@ -0,0 +1,36 @@ +{% extends "layouts/content.html" %} +{% block content %} +
+
+
To:
+
+
+
+
+{% if not msgs.isEmpty() %} + +{% endif %} +{% endblock %} +{% block "column" %} +{% include "views/partial/homecolumn.html" %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3