From bab53eab9138c91dce25eb3710ede73939a86a64 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 18 Oct 2016 18:51:58 +0200 Subject: Datatables for the user public profile page. --- src/web/templates/admin/dashboard.html | 4 ++-- src/web/templates/feed_list_simple.html | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index 58b48fa1..48c98b68 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -5,7 +5,7 @@ {% block content %}

{{ _('Registered users') }}

- +
@@ -64,7 +64,7 @@ $(document).ready(function() { { bSortable: false, targets: [0, 5] - } + } ] }); }); diff --git a/src/web/templates/feed_list_simple.html b/src/web/templates/feed_list_simple.html index f15d5f0a..3e04ad7e 100644 --- a/src/web/templates/feed_list_simple.html +++ b/src/web/templates/feed_list_simple.html @@ -1,6 +1,6 @@ {% if feeds | length != 0 %}
-
#
+
@@ -19,4 +19,17 @@
#
+ {% endif %} -- cgit