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