Skip to content

Commit

Permalink
mindoc-org#758 优化Quill编辑界面的返回按钮,将跳转到项目内容查看页面 ./doc/project/
Browse files Browse the repository at this point in the history
  • Loading branch information
Amwsup authored Dec 28, 2021
1 parent 50888fb commit 8d0efb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/document/new_html_edit_template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@
<div class="m-manual manual-editor">
<div class="manual-head btn-toolbar" id="editormd-tools" style="min-width: 1260px;" data-role="editor-toolbar" data-target="#editor">
<div class="editor-group">
<a href="{{urlfor "BookController.Index"}}" data-toggle="tooltip" data-title="{{i18n .Lang "doc.backward"}}"><i class="fa fa-chevron-left" aria-hidden="true"></i></a>
<!--a href="{{urlfor "BookController.Index"}}" data-toggle="tooltip" data-title="{{i18n .Lang "doc.backward"}}"><i class="fa fa-chevron-left" aria-hidden="true"></i></a-->
<a href="{{urlfor "DocumentController.Index" ":key" .Model.Identify}}" data-toggle="tooltip" data-title="{{i18n .Lang "doc.backward"}}"><i class="fa fa-chevron-left" aria-hidden="true"></i></a>
</div>
<div class="editor-group">
<a href="javascript:;" id="markdown-save" data-toggle="tooltip" data-title="{{i18n .Lang "doc.save"}}" class="disabled save"><i class="fa fa-save first" aria-hidden="true" name="save"></i></a>
Expand Down Expand Up @@ -483,4 +484,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 8d0efb4

Please sign in to comment.