Ghost/ghost/admin/lib/koenig-editor/addon/templates/components/koenig-card-hr.hbs
Kevin Ansfield 355bf18c7c Koenig - Wrap HR card in {{koenig-card}} component
refs https://github.com/TryGhost/Ghost/issues/9311
- makes the HR card behave like the other cards wrt hover and selection visibility
2018-03-14 11:44:09 +00:00

11 lines
208 B
Handlebars

{{#koenig-card
class="kg-card-hover"
isSelected=isSelected
isEditing=isEditing
selectCard=(action selectCard)
editCard=(action editCard)
hasEditMode=false
}}
<hr>
{{/koenig-card}}