aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/templates/components/resizable-panel.hbs
blob: 0fd3aa76083ecfad1f09cd1f994d44772d7bf129 (plain) (blame)
1
2
3
4
5
<div class="absolute-container">{{yield (action "hide")}}
    <div onclick={{action "hide"}} class="show-left-panel-button">
        {{{hideButtonLabel}}}
    </div>
</div>