# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 18:44:54 # Node ID 93e5683e3d2ed7a0279c1f4c8382d2a75544783d # Parent 64d6e8e298a475cebdf56e40a43a831eb8e43f94 comments: introduce javascript confirm prompt for deleting comments - it was too easy (Arguably it shouldn't be possible to delete comments at all ...) diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -45,7 +45,7 @@ %if h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or co.author.user_id == c.authuser.user_id: -
${_('Delete')}
+
${_('Delete')}
%endif