UX: Clicking the large wiki glyph should edit the post.

This commit is contained in:
Robin Ward
2014-08-06 14:33:38 -04:00
parent 21aa126181
commit fe04a8d8a3
2 changed files with 2 additions and 1 deletions
@@ -28,7 +28,7 @@
</div>
{{/unless}}
{{#if wiki}}
<div class="wiki"><i class="fa fa-pencil-square-o fa-3x"></i></div>
<div {{action editPost this}} class="wiki"><i class="fa fa-pencil-square-o fa-3x"></i></div>
{{/if}}
</div>