投稿のリンクが機能していない問題を修正
This commit is contained in:
parent
1622d63c7e
commit
4540b75e58
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ ChangeLog
|
|||
unreleased
|
||||
----------
|
||||
* New: パスワードを変更する際に新しいパスワードを二度入力させる (#739)
|
||||
* Fix: 投稿のリンクが機能していない問題を修正
|
||||
|
||||
2470 (2017/08/29)
|
||||
-----------------
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<header>
|
||||
<a class="name" href={ '/' + p.user.username } data-user-preview={ p.user.id }>{ p.user.name }</a>
|
||||
<span class="username">@{ p.user.username }</span>
|
||||
<a class="time" href={ url }>
|
||||
<a class="time" href={ '/' + p.user.username + '/' + p.id }>
|
||||
<mk-time time={ p.created_at }/>
|
||||
</a>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue