1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

update draft ui (#3049)

This commit is contained in:
陈钦亮
2019-03-05 15:37:51 +08:00
committed by Daniel Pan
parent ba58dc8205
commit 7e587c8b93
13 changed files with 32 additions and 33 deletions

View File

@@ -53,7 +53,7 @@ class ListRepoDraftsDialog extends React.Component {
</thead>
<tbody>
{this.state.drafts.map((draft) => {
let href = siteRoot + 'lib/' + draft.originRepoID + '/file' + Utils.encodePath(draft.draftFilePath);
let href = siteRoot + 'drafts/' + draft.id + '/';
return (
<tr key={draft.id}>
<td className="name">