2019-02-20 14:58:31 -05:00
|
|
|
<div class="popular-theme-item">
|
|
|
|
<div class="popular-theme-name">
|
2022-07-05 13:41:31 -04:00
|
|
|
{{this.theme.name}}
|
|
|
|
{{#if this.theme.preview}}
|
|
|
|
<a
|
|
|
|
href={{this.theme.preview}}
|
|
|
|
title="Preview"
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
target="_blank"
|
|
|
|
>{{d-icon "far-eye"}}</a>
|
2019-02-20 14:58:31 -05:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
<div class="popular-theme-buttons">
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.theme.installed}}
|
2020-03-11 04:23:10 -04:00
|
|
|
<span>{{i18n "admin.customize.theme.installed"}}</span>
|
2019-02-20 14:58:31 -05:00
|
|
|
{{else}}
|
2022-07-05 13:41:31 -04:00
|
|
|
<DButton
|
|
|
|
@class="btn-small"
|
|
|
|
@label="admin.customize.theme.install"
|
|
|
|
@disabled={{this.installDisabled}}
|
|
|
|
@icon="upload"
|
|
|
|
@action={{action "installThemeFromList" this.theme.value}}
|
|
|
|
/>
|
2019-02-20 14:58:31 -05:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|