summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/admin/handlers.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 6cd840d..babcff1 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -2545,14 +2545,6 @@ func searchHandler(res http.ResponseWriter, req *http.Request) {
New ` + t + `
</a>`
- if _, ok := post.(format.CSVFormattable); ok {
- btn += `<br/>
- <a href="/admin/contents/export?type=` + t + `&format=csv" class="green darken-4 btn export-post waves-effect waves-light">
- <i class="material-icons left">system_update_alt</i>
- CSV
- </a>`
- }
-
html += b.String() + script + btn + `</div></div>`
adminView, err := Admin([]byte(html))