From 80add8aac0893006a5434b59e60c463f59a5de05 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 27 May 2016 23:14:40 -0400 Subject: add stub backup and import settings tabs --- src/guff.cr | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/guff.cr') diff --git a/src/guff.cr b/src/guff.cr index 5524aca..edd5522 100644 --- a/src/guff.cr +++ b/src/guff.cr @@ -1925,6 +1925,18 @@ module Guff icon: "fa-cog", name: "General", text: "Manage general settings.", + }, { + id: "backups", + css: "", + icon: "fa-archive", + name: "Backups", + text: "Manage backups.", + }, { + id: "import", + css: "", + icon: "fa-upload", + name: "Import / Export", + text: "Import and export posts.", }, { id: "sites", css: "", -- cgit v1.2.3