diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-23 21:21:02 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-23 21:30:19 +0100 |
commit | fa76107eeca937667e10648e9bccb4decd343268 (patch) | |
tree | 8f069810603f70a252b0217672c13902df90e5ab /src/components | |
parent | 8a04db5cdb1fad22ddc0764cb60b2e5a9822a417 (diff) |
feat: add search field
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> |