diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-23 21:33:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 21:33:13 +0100 |
commit | 67baef47414e15de9fd11c83275b8f30e8e21250 (patch) | |
tree | 2a68867468ca56db3e08a3eda4bc63a5e933203f /src/components | |
parent | 8a04db5cdb1fad22ddc0764cb60b2e5a9822a417 (diff) | |
parent | 9bbff6134c7068567a7a38b2de13472bff4c73e9 (diff) |
Merge pull request #10 from gico-net/feat/search-commit
Search commit page
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/HeaderBlue.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/HeaderBlue.vue b/src/components/HeaderBlue.vue index fd6d731..9c8c2e0 100644 --- a/src/components/HeaderBlue.vue +++ b/src/components/HeaderBlue.vue @@ -3,6 +3,11 @@ b-container h1 a(href="/" rel="home") Gico + b-form(action="/search") + b-form-group + b-input(placeholder="Search a commit" name="q") + b-form-group + b-button(variant="primary" type="submit") Go </template> <script> |