mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
Make repository management section handle lfs locks (#8726)
* Make repository maangement section handle lfs locks * Add check attribute handling and handle locking paths better * More cleanly check-attributes * handle error * Check if file exists in default branch before linking to it. * fixup * Properly cleanPath * Use cleanPath * Sigh
This commit is contained in:
parent
751cfb805d
commit
dc2fe9801f
10 changed files with 367 additions and 9 deletions
|
@ -1112,3 +1112,7 @@ i.icon.centerlock {
|
|||
background: #fff866;
|
||||
}
|
||||
}
|
||||
|
||||
.octicon-tiny {
|
||||
font-size: 0.85714286rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue