Add diff for wiki pages
This commit is contained in:
parent
f5b6fbcf18
commit
ad036c948f
6 changed files with 34 additions and 6 deletions
7
plugins/wiki/app/views/pages/diff.html.haml
Normal file
7
plugins/wiki/app/views/pages/diff.html.haml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- title t('.title', title: @page.title, old: @old_version.lock_version, new: @new_version.lock_version)
|
||||
|
||||
%style= Diffy::CSS
|
||||
= raw @diff
|
||||
|
||||
%hr
|
||||
= link_to t('ui.back'), 'javascript:history.go(-1)', class: 'btn btn-primary'
|
||||
Loading…
Add table
Add a link
Reference in a new issue