2015-02-10 18:05:40 +10:30
|
|
|
{{#if target}}
|
|
|
|
<div class="btn-group">
|
2015-03-03 20:30:52 +10:30
|
|
|
<button class="btn btn-default btn-icon back" {{action "back"}}>{{fa-icon "chevron-left" class="icon-glyph"}}</button>
|
2015-02-10 18:05:40 +10:30
|
|
|
{{#if target.paned}}
|
2015-03-03 20:30:52 +10:30
|
|
|
<button {{bind-attr class=":btn :btn-default :btn-icon :pin target.panePinned:active"}} {{action "togglePinned"}}>{{fa-icon "thumb-tack" class="icon-glyph"}}</button>
|
2015-02-10 18:05:40 +10:30
|
|
|
{{/if}}
|
|
|
|
</div>
|
2015-03-04 10:17:36 +10:30
|
|
|
{{else if toggleDrawer}}
|
2015-03-03 20:30:52 +10:30
|
|
|
<button class="btn btn-default btn-icon drawer-toggle" {{action "toggleDrawer"}}>{{fa-icon "reorder" class="icon-glyph"}}</button>
|
2015-02-10 18:05:40 +10:30
|
|
|
{{/if}}
|