add prettyDate helper

This commit is contained in:
Lisa Passing 2015-04-13 17:28:12 +02:00
parent b9f525bffd
commit 76cc70acb3
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
`import { timeAgoInWords, safe } from 'travis/utils/helpers'`
`import Ember from "ember"`
helper = Ember.Handlebars.makeBoundHelper (value, options) ->
safe moment(value).format('MMMM D, YYYY H:mm:ss') || '-'
`export default helper`

View File

@ -31,4 +31,4 @@
width: grid-calc(1, 13)
.delete-repo-caches
margin-top: 1rem
margin-top: 1rem

View File

@ -15,7 +15,7 @@
{{cache.branch}}
</p>
<p class="tile-item caches-date column">{{cache.last_modified}}</p>
<p class="tile-item caches-date column">{{pretty-date cache.last_modified}}</p>
<p class="tile-item caches-size column">{{mb cache.size}}MB</p>