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:
parent
3d0e81968b
commit
59e99e4368
10 changed files with 174 additions and 11 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue