summaryrefslogtreecommitdiff
path: root/src/views/Commit.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-24 20:52:21 +0100
committerGitHub <noreply@github.com>2021-03-24 20:52:21 +0100
commit7075b22bda0da70108f150208a8b8f0898854eb1 (patch)
tree62825a0b60991682d5c6b401b195fe7f833c535d /src/views/Commit.vue
parent67baef47414e15de9fd11c83275b8f30e8e21250 (diff)
parentb8b7cd6876f72c6de16e47e8f5b5c4a3f5674560 (diff)
Merge pull request #12 from gico-net/feat/repo-page
Repository 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 5fbeb13..475a308 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)
- .commit(v-if="error404")
+ .commit.no-hover(v-if="error404")
h2 Commit not found
commit-card(
:data="commit"