backend: add tag links in media#show

This commit is contained in:
Lucas 2023-03-17 21:03:49 +00:00
parent 58989f2c53
commit 653440b192
2 changed files with 2 additions and 2 deletions

View file

@ -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}) },
);
};