summaryrefslogtreecommitdiff
path: root/src/views/Repository.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Repository.vue')
-rw-r--r--src/views/Repository.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Repository.vue b/src/views/Repository.vue
index ade55d3..0b9e2cf 100644
--- a/src/views/Repository.vue
+++ b/src/views/Repository.vue
@@ -14,7 +14,7 @@
i.fab.fa-github
section(v-if="commits.length > 0")
.commit.no-hover
- h2 Commits found {{ (commits.length == 1000)?"1000+":commits.length }}
+ h2 Commits found: {{ (commits.length == 1000)?"1000+":commits.length }}
commit-card(
v-for="i in commits" :key="i.hash" :data="i"
:author="emails[i.author_email]"