Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Koenig - Moving sidebar check to ember-cli-ghost-spirit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed May 7, 2018
1 parent 6ccf003 commit 45a9ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}}
<div class="relative">
{{#if (or previewSrc payload.src)}}
<img src={{or previewSrc payload.src}} class="{{kg-style kgImgStyle}} {{if ui.hasSideNav "kg-image-full--sidebar"}}" alt={{payload.alt}}>
<img src={{or previewSrc payload.src}} class="{{kg-style kgImgStyle sidebar=ui.hasSideNav}}" alt={{payload.alt}}>
{{/if}}

{{#if (or uploader.errors uploader.isUploading (not payload.src))}}
Expand Down

0 comments on commit 45a9ef7

Please sign in to comment.