mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
file history page rewrite
This commit is contained in:
@@ -100,7 +100,7 @@ class FileToolbar extends React.Component {
|
||||
icon="fa fa-history"
|
||||
text={gettext('History')}
|
||||
tag="a"
|
||||
href={`${siteRoot}repo/file_revisions/${repoID}/?p=${encodeURIComponent(filePath)}&referer=${encodeURIComponent(location.href)}`}
|
||||
href={`${siteRoot}repo/file_revisions/${repoID}/?p=${encodeURIComponent(filePath)}`}
|
||||
/>
|
||||
)}
|
||||
{(canEditFile && !err) &&
|
||||
|
Reference in New Issue
Block a user