Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions app/views/folders/listitem.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
<div class="panel-body">
<div class="row">
<div class="col-md-2 col-sm-2 col-lg-2">

<a href="javascript:updatePageAndFolder(0, '@folder.id.stringify')">
<span class="bigicon glyphicon glyphicon-folder-close"></span>
</a>

<a href="javascript:updatePageAndFolder(0, '@folder.id.stringify')">
<span class="bigicon glyphicon glyphicon-folder-close"></span>
</a>
</div>
<div class="col-md-10 col-sm-10 col-lg-10">
<div id="folder-title-@folder.id">
Expand Down Expand Up @@ -59,6 +57,8 @@ <h3 id="h-edit-@folder.id" class="hiddencomplete">
</div>
</li>
}
</ul>
</div>
</div>
</div>
</div>
Expand All @@ -80,4 +80,4 @@ <h3 id="h-edit-@folder.id" class="hiddencomplete">
}
}
});
</script>
</script>