1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/mirage
Kevin Ansfield 90be933bfe 🐛 display correct expired/expires text for invites (#550)
closes https://github.com/TryGhost/Ghost/issues/8055

- use `expired` if the date is in the past, otherwise `expires`
- fix mirage factories to use `moment.valueOf` instead of `moment.unix` for invite `expires` attributes
2017-02-27 13:11:39 +00:00
..
config 🐛 display correct expired/expires text for invites (#550) 2017-02-27 13:11:39 +00:00
factories 🐛 display correct expired/expires text for invites (#550) 2017-02-27 13:11:39 +00:00
fixtures fetch themes from /themes endpoint (#542) 2017-02-21 18:28:44 +00:00
models fetch themes from /themes endpoint (#542) 2017-02-21 18:28:44 +00:00
scenarios deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
serializers deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
.eslintrc.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
config.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
utils.js New content screen prototype (#503) 2017-01-25 21:05:28 +01:00