Add possibility to make branch in branch page #15960

Merged
Viktor-Yakovchuk merged 3 commits from main into main 2021-05-24 14:57:46 +00:00
Viktor-Yakovchuk commented 2021-05-23 13:40:25 +00:00 (Migrated from github.com)

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.

Fix #15911

Signed-off-by: Viktor Yakovchuk viktor@yakovchuk.net

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. Fix #15911 Signed-off-by: Viktor Yakovchuk <viktor@yakovchuk.net>
lafriks (Migrated from github.com) reviewed 2021-05-23 14:16:01 +00:00
lafriks (Migrated from github.com) commented 2021-05-23 14:15:54 +00:00

do not add translations in PR

do not add translations in PR
Viktor-Yakovchuk (Migrated from github.com) reviewed 2021-05-23 14:32:22 +00:00
Viktor-Yakovchuk (Migrated from github.com) commented 2021-05-23 14:32:22 +00:00

Thanks, fixed

Thanks, fixed
noerw (Migrated from github.com) approved these changes 2021-05-23 18:29:41 +00:00
zeripath reviewed 2021-05-23 21:54:20 +00:00
Contributor
											<div class="ui basic jump button icon poping up show-create-branch-modal" data-branch-from="{{EscapePound .Name}}" data-content="{{$.i18n.Tr "repo.branch.new_branch_from" .Name}}" data-variation="tiny inverted" data-position="top right" data-modal="#create-branch-modal" data-name="{{.Name}}">
```suggestion <div class="ui basic jump button icon poping up show-create-branch-modal" data-branch-from="{{EscapePound .Name}}" data-content="{{$.i18n.Tr "repo.branch.new_branch_from" .Name}}" data-variation="tiny inverted" data-position="top right" data-modal="#create-branch-modal" data-name="{{.Name}}"> ```
zeripath approved these changes 2021-05-23 21:56:03 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#15960
No description provided.