mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed bug where closing modal takes you to dashboard
no refs
This commit is contained in:
parent
c1b6d70b3d
commit
d82ad53bab
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<header class="modal-header">
|
||||
<h1>Editor beta feedback</h1>
|
||||
</header>
|
||||
<a class="close" href="" role="button" title="Close" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span
|
||||
class="hidden">Close</span></a>
|
||||
<button class="close" type="button" title="Close" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span
|
||||
class="hidden">Close</span></button>
|
||||
|
||||
<div class="modal-body gh-modal-feedback-lexical">
|
||||
{{!-- <p>Have any issues? Feedback? Let us know!</p> --}}
|
||||
|
|
Loading…
Add table
Reference in a new issue