From f613270207d77fc22df6873129f87535b09c8b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Tue, 17 Feb 2015 10:43:53 +0000 Subject: [PATCH] templates/rrs/{recipes, maintainers}.html: Improvment in alert div no records MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add default display:none to alert div of no records this avoid view this div at initial load because JS takes time to process the table and hide it if records are found. Signed-off-by: Aníbal Limón --- templates/rrs/maintainers.html | 2 +- templates/rrs/recipes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html index 6ca4906..f898fd6 100644 --- a/templates/rrs/maintainers.html +++ b/templates/rrs/maintainers.html @@ -31,7 +31,7 @@ -
+ diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index d823517..a94703d 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -63,7 +63,7 @@ -
+