[GITEA] Add cancel button to wiki
- Add a cancel button to the Edit and New wiki pages. - Resolves https://codeberg.org/forgejo/forgejo/issues/705 (cherry picked from commit3284f690ea
) (cherry picked from commit9f8bf83b0e
) (cherry picked from commitbfd03a9f30
) (cherry picked from commit6b5d5e0cf7
) (cherry picked from commit3ef3ec0d82
) (cherry picked from commit5ae55325ef
) (cherry picked from commitf0894ae003
) (cherry picked from commit18564b26f6
) (cherry picked from commit06c130fd1f
) (cherry picked from commitc7e595f903
)
This commit is contained in:
parent
0977a1ed75
commit
72b2e7e0d4
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
<button class="ui primary button">
|
||||
{{ctx.Locale.Tr "repo.wiki.save_page"}}
|
||||
</button>
|
||||
<a class="ui button red" href="{{.Link}}">{{ctx.Locale.Tr "repo.wiki.cancel"}}</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue