From ef1a2d1730562d5f78af92153fecc565ae189916 Mon Sep 17 00:00:00 2001 From: pthiben Date: Sat, 18 Apr 2020 22:10:21 -0400 Subject: [PATCH] resynced grid view with list view Changed drop-down menu to button, with same style as the other buttons. I'll probably have to make a last sync with master for final approval --- cps/templates/grid.html | 23 +++++++++-------------- cps/templates/list.html | 11 +---------- 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/cps/templates/grid.html b/cps/templates/grid.html index 613e9fe4..b9ee4324 100644 --- a/cps/templates/grid.html +++ b/cps/templates/grid.html @@ -1,11 +1,15 @@ {% extends "layout.html" %} {% block body %} -
-

{{_(title)}}

+

{{_(title)}}

- -
- - -
+
{% if entries[0] %} diff --git a/cps/templates/list.html b/cps/templates/list.html index 91744657..313d8a4a 100644 --- a/cps/templates/list.html +++ b/cps/templates/list.html @@ -19,16 +19,7 @@ {% endfor %} - -
- - -
+