different time fomatting
This commit is contained in:
parent
3797d363e5
commit
bcfa16a500
|
@ -1,6 +1,6 @@
|
|||
.caches
|
||||
@include resetul
|
||||
margin-top: 2rem
|
||||
margin-top: 1rem
|
||||
font-size: $font-size-sm
|
||||
color: $grey3
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{{cache.branch}}
|
||||
</p>
|
||||
|
||||
<p class="tile-item caches-date column">{{pretty-date cache.last_modified}}</p>
|
||||
<p class="tile-item caches-date column">{{format-time cache.last_modified}}</p>
|
||||
|
||||
<p class="tile-item caches-size column">{{mb cache.size}}MB</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user