summaryrefslogtreecommitdiff
path: root/src/views/Search.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-24 21:28:03 +0100
committerGitHub <noreply@github.com>2021-03-24 21:28:03 +0100
commite75b3fe8cc54f62d6c6dc6b3a0c98c2c7640017f (patch)
treea4d29f81306c519f21464c2d257a4e1f726db68a /src/views/Search.vue
parent7075b22bda0da70108f150208a8b8f0898854eb1 (diff)
parent298076829936818ad95e5a9de4b57c81158779d2 (diff)
Merge pull request #13 from gico-net/feat/add-repo
Add repository if does not exists
Diffstat (limited to 'src/views/Search.vue')
-rw-r--r--src/views/Search.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Search.vue b/src/views/Search.vue
index 5cbfe33..50f922c 100644
--- a/src/views/Search.vue
+++ b/src/views/Search.vue
@@ -5,7 +5,7 @@
b-overlay(:show="true" spinner-large)
b-container(v-else)
.commit.no-hover
- h2 Commits found {{ commits.length }}
+ h2 Commits found: {{ commits.length }}
.commit.no-hover(style="padding: 50px" v-if="loading")
b-overlay(:show="true" spinner-large)
commit-card(