This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Commit 574d52a 1 parent 40fc4f2 commit 574d52a Copy full SHA for 574d52a
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
< img alt ="${item.user.username} " src ="http://lr.local/img/avatar/${item.user.avatar} ">
13
13
</ a >
14
14
< h4 > < a href ="#/news/view/${item.id} "> ${item.title}</ a > </ h4 >
15
- < a href ="#/profiles/view/${item.user_id} "> ${item.user.username}</ a >
16
- < small class ="text-muted "> on ${item.created_at}</ small >
15
+ < strong > < a href ="#/profiles/view/${item.user_id} "> ${item.user.username}</ a > </ strong >
16
+ < small class ="text-muted "> < i class =" fa fa-clock-o " > </ i > ${item.created_at}</ small >
17
17
</ div >
18
18
< div class ="card-text "> ${item.text}</ div >
19
19
</ div >
Original file line number Diff line number Diff line change 16
16
< img alt ="${news.user.username} " src ="http://lr.local/img/avatar/${news.user.avatar} ">
17
17
</ a >
18
18
< h4 > < a href ="#/news/view/${news.id} "> ${news.title}</ a > </ h4 >
19
- < a href ="#/profiles/view/${news.user_id} "> ${news.user.username}</ a >
20
- < small class ="text-muted "> on ${news.created_at}</ small >
19
+ < strong > < a href ="#/profiles/view/${news.user_id} "> ${news.user.username}</ a > </ strong >
20
+ < small class ="text-muted "> < i class =" fa fa-clock-o " > </ i > ${news.created_at}</ small >
21
21
</ div >
22
22
< div class ="card-text "> ${news.text}</ div >
23
23
</ div >
You can’t perform that action at this time.
0 commit comments