From fe04a8d8a378d8a7c1d26a8645d95202bfd31aed Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 6 Aug 2014 14:33:38 -0400 Subject: [PATCH] UX: Clicking the large wiki glyph should edit the post. --- app/assets/javascripts/discourse/templates/post.js.handlebars | 2 +- app/assets/stylesheets/desktop/topic-post.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/post.js.handlebars b/app/assets/javascripts/discourse/templates/post.js.handlebars index 7202624bbac..82d3dae8686 100644 --- a/app/assets/javascripts/discourse/templates/post.js.handlebars +++ b/app/assets/javascripts/discourse/templates/post.js.handlebars @@ -28,7 +28,7 @@ {{/unless}} {{#if wiki}} -
+
{{/if}} diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index db8e7045623..6bfec9b1c87 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -789,6 +789,7 @@ $topic-avatar-width: 45px; margin-top: 14px; color: scale-color($primary, $lightness: 60%); margin-left: 5px; + cursor: pointer; } }