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 @@
@@ -80,4 +80,4 @@