mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
add 'delete branch' function to frontend
This commit is contained in:
@@ -44,7 +44,7 @@ const BranchRow: FC<Props> = ({ baseUrl, branch, onDelete }) => {
|
||||
deleteButton = (
|
||||
<a className="level-item" onClick={() => onDelete(url)}>
|
||||
<span className="icon is-small">
|
||||
<Icon name="trash" className="fas" title={t("branch.delete")} />
|
||||
<Icon name="trash" className="fas" title={t("branch.delete.button")} />
|
||||
</span>
|
||||
</a>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user