feat(branch removal trough UI): Added ability to remove branches trough UI from git and hg repositories. Fixes: RCCE-75

This commit is contained in:
Serhii Ilin 2024-06-07 12:28:04 +03:00
parent 3d0e81968b
commit 59e99e4368
10 changed files with 174 additions and 11 deletions

View file

@ -715,6 +715,7 @@ class BaseReferencesView(RepoAppView):
{
"name": _render("name", ref_name, files_url, closed),
"name_raw": ref_name,
"closed": closed,
"date": _render("date", commit.date),
"date_raw": datetime_to_time(commit.date),
"author": _render("author", commit.author),