Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 282d5c9

Browse files
committed
fix(news): fix user id reference
--- src/views/news/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1 parent a362077 commit 282d5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/news/view.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h4><a href="#/news/view/${news.id}">${news.title}</a></h4>
2323
</div>
2424
<div class="card-footer" if.bind="isAuthenticated">
2525
<div class="news-card-comment" if.bind="isAuthenticated">
26-
<a href="#/profiles/view/${user.user_id}" class="pull-left">
26+
<a href="#/profiles/view/${user.id}" class="pull-left">
2727
<img alt="${user.username}" src="http://lr.local/img/avatar/${user.avatar}">
2828
</a>
2929
<div class="media-body">

0 commit comments

Comments
 (0)