assets/javascript/components/message-info.hbs in logster-0.8.4.5.pre vs assets/javascript/components/message-info.hbs in logster-0.8.4.6.pre
- old
+ new
@@ -28,16 +28,16 @@
{{#if currentMessage}}
<div class='message-actions'>
{{#unless currentMessage.protected}}
- <button {{action 'remove'}} class="delete btn"><i class='fa fa-trash-o'></i>Delete</button>
+ <button {{action 'remove'}} class="delete btn danger"><i class='fa fa-trash-o'></i>Delete</button>
<button {{action 'protect'}} class="protect btn"><i class='fa fa-lock'></i>Protect</button>
{{else}}
<button {{action 'unprotect'}} class="unprotect btn"><i class='fa fa-unlock'></i>Unprotect</button>
{{/unless}}
- <a href="{{currentMessage.shareUrl}}" class="share btn">Share</a>
+ <a href="{{currentMessage.shareUrl}}" class="share btn"><i class='fa fa-share'></i>Share</a>
</div>
{{/if}}
</div>