summaryrefslogtreecommitdiff
path: root/src/views/Commit.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-23 21:33:13 +0100
committerGitHub <noreply@github.com>2021-03-23 21:33:13 +0100
commit67baef47414e15de9fd11c83275b8f30e8e21250 (patch)
tree2a68867468ca56db3e08a3eda4bc63a5e933203f /src/views/Commit.vue
parent8a04db5cdb1fad22ddc0764cb60b2e5a9822a417 (diff)
parent9bbff6134c7068567a7a38b2de13472bff4c73e9 (diff)
Merge pull request #10 from gico-net/feat/search-commit
Search commit page
Diffstat (limited to 'src/views/Commit.vue')
-rw-r--r--src/views/Commit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Commit.vue b/src/views/Commit.vue
index 234fc88..5fbeb13 100644
--- a/src/views/Commit.vue
+++ b/src/views/Commit.vue
@@ -4,7 +4,7 @@
b-container(v-if="loading")
b-overlay(:show="true" spinner-large)
b-container(v-else)
- .commi(v-if="error404")
+ .commit(v-if="error404")
h2 Commit not found
commit-card(
:data="commit"