diff --git a/assets/javascripts/discourse/templates/modal/user-notes.hbs b/assets/javascripts/discourse/templates/modal/user-notes.hbs index c7dec70..347f06a 100644 --- a/assets/javascripts/discourse/templates/modal/user-notes.hbs +++ b/assets/javascripts/discourse/templates/modal/user-notes.hbs @@ -35,9 +35,13 @@ {{#if n.post_id}} - - {{i18n "user_notes.show_post"}} - + {{d-button + class="btn btn-small" + href=n.post_url + action=(route-action "closeModal") + title="user_notes.show_post" + translatedLabel=(i18n "user_notes.show_post") + }} {{/if}}