From 3b6646cb46afe413a9b0b748f379c29cd2d3a2b3 Mon Sep 17 00:00:00 2001 From: Rob Kooper Date: Mon, 4 Oct 2021 13:47:13 -0500 Subject: [PATCH] missing html closing elements --- CHANGELOG.md | 1 + app/views/folders/listitem.scala.html | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb577f38..4e4c2f9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Can add dataset to spaces - fixed error when no spaces would load. [#274](https://github.com/clowder-framework/clowder/issues/274) - Typos "success" when returning status from API and "occurred" when logging to console. +- If a dataset had multiple folders the layout would be wrong. ### Added - Adding mime type for geojson diff --git a/app/views/folders/listitem.scala.html b/app/views/folders/listitem.scala.html index 8262b8720..dab8cd4d9 100644 --- a/app/views/folders/listitem.scala.html +++ b/app/views/folders/listitem.scala.html @@ -5,11 +5,9 @@
- - - - - + + +
@@ -59,6 +57,8 @@

} + +
@@ -80,4 +80,4 @@

} } }); - \ No newline at end of file +