-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate organization-learner empty-state to gjs
- Loading branch information
Showing
3 changed files
with
16 additions
and
25 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
orga/app/components/organization-learner/activity/empty-state.gjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import { t } from 'ember-intl'; | ||
import capitalize from 'lodash/capitalize'; | ||
|
||
<template> | ||
<section class="panel empty-state"> | ||
<img src="{{this.rootURL}}/images/empty-state-activity.svg" alt="" role="none" /> | ||
|
||
<div class="empty-state__text"> | ||
<p>{{t | ||
"pages.organization-learner.activity.empty-state" | ||
organizationLearnerFirstName=(capitalize @firstName) | ||
organizationLearnerLastName=(capitalize @lastName) | ||
}}</p> | ||
</div> | ||
</section> | ||
</template> |
11 changes: 0 additions & 11 deletions
11
orga/app/components/organization-learner/activity/empty-state.hbs
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
orga/app/components/organization-learner/activity/empty-state.js
This file was deleted.
Oops, something went wrong.