diff options
author | Viktor Yakovchuk <viktor@yakovchuk.net> | 2021-05-24 17:57:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 15:57:46 +0100 |
commit | 5285a3e70e0718d0df0b4acaaf41926dcef303fd (patch) | |
tree | 12ef6af2b728ff7112ed476a3158ef8e4568e1d3 /options | |
parent | 3aaf64885f47eb65bf7353a5613acfcac786e5b2 (diff) | |
download | gitea-5285a3e70e0718d0df0b4acaaf41926dcef303fd.tar.gz gitea-5285a3e70e0718d0df0b4acaaf41926dcef303fd.zip |
Add possibility to make branch in branch page (#15960)
* Add possibility to make branch in branch page (#15911)
Add possibility to make branch in branch page
in the area next to Download and Delete buttons.
It is a more intuitive place in the interface
compared to what is already there.
Signed-off-by: Viktor Yakovchuk <viktor@yakovchuk.net>
* Update templates/repo/branch/list.tmpl
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ab7367ba7a..d7d5abce1f 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1977,6 +1977,10 @@ branch.restore = Restore Branch '%s' branch.download = Download Branch '%s' branch.included_desc = This branch is part of the default branch branch.included = Included +branch.create_new_branch = Create branch from branch: +branch.confirm_create_branch = Create branch +branch.new_branch = Create new branch +branch.new_branch_from = Create new branch from '%s' tag.create_tag = Create tag <strong>%s</strong> tag.create_success = Tag '%s' has been created. |