2021-01-22 23:09:02 +08:00
|
|
|
{{#if newFeatures}}
|
2021-02-11 02:12:04 +08:00
|
|
|
<div class="section-title">
|
|
|
|
<h2>{{replace-emoji (i18n "admin.dashboard.new_features.title") }}</h2>
|
|
|
|
</div>
|
2021-01-22 23:09:02 +08:00
|
|
|
|
2021-02-11 02:12:04 +08:00
|
|
|
<div class="section-body {{columnCountClass}}">
|
|
|
|
{{#each newFeatures as |feature|}}
|
|
|
|
{{dashboard-new-feature-item item=feature tagName=""}}
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
|
|
|
<div class="section-footer">
|
|
|
|
{{#if releaseNotesLink}}
|
|
|
|
<a rel="noopener noreferrer" target="_blank" href={{releaseNotesLink}} class="btn btn-primary new-features-release-notes">
|
|
|
|
{{i18n "admin.dashboard.new_features.learn_more"}}
|
|
|
|
</a>
|
|
|
|
{{/if}}
|
2021-05-08 23:45:18 +08:00
|
|
|
{{d-button label="admin.dashboard.new_features.dismiss" class="btn-default new-features-dismiss" action=dismissNewFeatures }}
|
2021-01-22 23:09:02 +08:00
|
|
|
</div>
|
|
|
|
{{/if}}
|