Fix author link
This commit is contained in:
parent
3eeefa0fec
commit
baac16787c
@ -92,7 +92,7 @@
|
||||
<ul>
|
||||
<li v-for="author in authors" class="list-unstyled">
|
||||
<span class="glyphicon glyphicon-user"></span>
|
||||
<a :href="'authors.html?id='+author.id">{{ author.name }}</a>
|
||||
<a :href="'author.html?id='+author.id">{{ author.name }}</a>
|
||||
</li>
|
||||
<li v-if="authors.length < authorsCount" class="list-unstyled">...</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user