add hellip; to Show Full Post
This commit is contained in:
parent
432f055315
commit
719ec0801d
|
@ -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}}…</button>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{view 'post-menu' post=this adminMenu=view.adminMenu}}
|
||||
|
|
Loading…
Reference in New Issue