Git tags can still be deleted through the UI

This commit is contained in:
Jacob Vosmaer
2014-03-26 17:26:08 +01:00
parent 67e942cc16
commit 403c10b2ec
+5 -1
View File
@@ -15,7 +15,11 @@
.col-sm-10
.checkbox
= f.check_box :deny_delete_tag
%span.descr Do not allow users to remove git tags.
%span.descr
Do not allow users to remove git tags with
= succeed '.' do
%code git push
Tags can still be deleted through the web UI.
-#.form-group
= f.label :force_push_regex, "Force push", class: 'control-label'