File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export default Vue.extend({
21
21
{
22
22
timestamp: Date .parse (' 2021-05-28T20:20:46.444Z' ),
23
23
title: ' Voluptate pariatur dolore laborum eu' ,
24
- content: ' Et cillum ullamco mollit commodo ullamco non duis elit sit nisi aliquip excepteur fugiat.' ,
25
24
link: ' #'
26
25
},
27
26
{
Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ export default /*#__PURE__*/{
45
45
46
46
<div class =" item-content" >
47
47
<div class =" d-flex w-100 justify-content-between" >
48
- <h5 class =" mb-1" >
48
+ <h5 class =" mt-2 mb-1" >
49
49
{{ item.title }}
50
50
</h5 >
51
51
<small
52
52
:id =" timestampElementId(item)"
53
+ class =" mt-2"
53
54
> {{ formatAgo(item.timestamp) }}</small >
54
55
55
56
<b-tooltip
@@ -61,10 +62,8 @@ export default /*#__PURE__*/{
61
62
</div >
62
63
63
64
<small class =" mb-1" >
64
- {{ item.content }}
65
+ {{ item.content || '' }}
65
66
</small >
66
-
67
- <small >Donec id elit non mi porta.</small >
68
67
</div >
69
68
</b-list-group-item >
70
69
</b-list-group >
You can’t perform that action at this time.
0 commit comments