aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/views/RepositoryLog.vue
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-05-28 17:27:29 +0200
committerHampusM <hampus@hampusmat.com>2021-05-28 17:27:29 +0200
commit06f028bf5aefba7d93a7a00373ea820f4537bfd3 (patch)
treeed61bf00c5150d22c76d7226557bfb1e31228c99 /src/frontend/views/RepositoryLog.vue
parentbdfc5d2d092fdce8fb4149ae8acb86b63c14c642 (diff)
Added a clone-dropdown & made multiple small frontend improvements
Diffstat (limited to 'src/frontend/views/RepositoryLog.vue')
-rw-r--r--src/frontend/views/RepositoryLog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/views/RepositoryLog.vue b/src/frontend/views/RepositoryLog.vue
index 42a9780..d9d1696 100644
--- a/src/frontend/views/RepositoryLog.vue
+++ b/src/frontend/views/RepositoryLog.vue
@@ -1,5 +1,5 @@
<template>
- <RepositoryNavbar active-page="log" />
+ <RepositoryNavbar active-page="log" :repository="repository" />
<div class="row mx-0 vld-parent">
<Loading
v-model:active="is_loading" :height="24"