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

View File

@ -28,7 +28,7 @@
</div> </div>
{{/unless}} {{/unless}}
{{#if wiki}} {{#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}} {{/if}}
</div> </div>

View File

@ -789,6 +789,7 @@ $topic-avatar-width: 45px;
margin-top: 14px; margin-top: 14px;
color: scale-color($primary, $lightness: 60%); color: scale-color($primary, $lightness: 60%);
margin-left: 5px; margin-left: 5px;
cursor: pointer;
} }
} }