add hellip; to Show Full Post

This commit is contained in:
Jeff Atwood 2014-07-08 10:55:15 -07:00
parent 432f055315
commit 719ec0801d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
{{#if controller.loadingExpanded}}
<button class="btn expand-post" disabled>{{i18n loading}}</button>
{{else}}
<button {{action expandFirstPost this}} class='btn expand-post'>{{i18n post.show_full}}</button>
<button {{action expandFirstPost this}} class='btn expand-post'>{{i18n post.show_full}}&hellip;</button>
{{/if}}
{{/if}}
{{view 'post-menu' post=this adminMenu=view.adminMenu}}