Extended revision pagination to scene and actor pages, fixes 'revisions' label without count.
This commit is contained in:
@@ -225,7 +225,10 @@ async function banEditor(revision) {
|
||||
<div
|
||||
class="revs-header"
|
||||
>
|
||||
<span class="revs-total">{{ total }} revisions</span>
|
||||
<span
|
||||
v-if="typeof total === 'number'"
|
||||
class="revs-total"
|
||||
>{{ total }} revisions</span>
|
||||
|
||||
<Checkbox
|
||||
v-if="context === 'admin'"
|
||||
|
||||
Reference in New Issue
Block a user