forked from forgejo/forgejo
Make repo size style matches others (commits/branches/tags) (#24408)
The "unit" part shouldn't have bold style.
This commit is contained in:
parent
bc784a705b
commit
bc4e06109d
4 changed files with 20 additions and 1 deletions
|
@ -18,3 +18,7 @@ func (su *StringUtils) HasPrefix(s, prefix string) bool {
|
|||
func (su *StringUtils) Contains(s, substr string) bool {
|
||||
return strings.Contains(s, substr)
|
||||
}
|
||||
|
||||
func (su *StringUtils) Split(s, sep string) []string {
|
||||
return strings.Split(s, sep)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue