diff --git a/src/components/catalog/catalog-element.riot b/src/components/catalog/catalog-element.riot
index 01a1c0b..43a4823 100644
--- a/src/components/catalog/catalog-element.riot
+++ b/src/components/catalog/catalog-element.riot
@@ -77,7 +77,7 @@ along with this program. If not, see .
onClick() {
const state = this.state;
if (!state.repo) {
- router.taglist(state.image);
+ router.goTaglist(state.image);
} else {
this.update({
expanded: !this.state.expanded,
diff --git a/src/components/tag-history/tag-history.riot b/src/components/tag-history/tag-history.riot
index 52a9ddd..0a8c392 100644
--- a/src/components/tag-history/tag-history.riot
+++ b/src/components/tag-history/tag-history.riot
@@ -15,9 +15,17 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
-->
-