From 50db761a1dd72c315a968ef7b057d3d01a1f84ef Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 7 Jan 2014 17:16:12 -0500 Subject: [PATCH] Add tag deletion info to the guide --- static/partials/guide.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/partials/guide.html b/static/partials/guide.html index e3c916b7b..b5a018a75 100644 --- a/static/partials/guide.html +++ b/static/partials/guide.html @@ -93,6 +93,15 @@ Email: my@email.com + +

Deleting a tag Requires Admin Access

+
+
+ A specific tag and all its images can be deleted by right clicking on the tag in the repository history tree and choosing "Delete Tag". This will delete the tag and any images unique to it. Images will not be deleted until all tags sharing them are deleted. +
+
+ +

Using push webhooks Requires Admin Access