backend: add tag links in media#show
This commit is contained in:
parent
58989f2c53
commit
653440b192
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ sub show ($self)
|
|||
return $self->render(
|
||||
template => "media",
|
||||
media => $media,
|
||||
#pager => { $self->pager_links($res->json->{pager}) },
|
||||
pager => { $self->pager_links($res->json->{pager}) },
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue