1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +00:00

add url for view, keep in the same view after refresh (#6510)

* parent e2bb71e8c9
author Aries <urchinzhou@gmail.com> 1723011852 +0800
committer Aries <urchinzhou@gmail.com> 1723110297 +0800

add url for view, keep in the same view after refresh

* delete useless viewName
This commit is contained in:
Aries
2024-08-09 10:32:28 +08:00
committed by GitHub
parent fdd5e6dbf9
commit 9478d4637d
3 changed files with 112 additions and 68 deletions

View File

@@ -128,7 +128,7 @@ class DirPath extends React.Component {
return (
<Fragment key={index}>
<span className="path-split">/</span>
<span className="path-item">{gettext('File extended properties')}</span>
<span className="path-item">{gettext('Views')}</span>
</Fragment>
);
}