summaryrefslogtreecommitdiff
path: root/app/views/errors
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-28 06:06:30 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-28 06:06:30 +0000
commit1a3d7b9fcda9e4eecd22b84f4254efc07344b284 (patch)
tree9493ca4c9238b68080236720483e049fb2e1645b /app/views/errors
parenta87b80f74416208b8c46db328c5384d7ccbdecdd (diff)
downloadgitlab-ce-1a3d7b9fcda9e4eecd22b84f4254efc07344b284.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/not_found.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml
index ae055f398ac..13f07e2f5d5 100644
--- a/app/views/errors/not_found.html.haml
+++ b/app/views/errors/not_found.html.haml
@@ -11,5 +11,5 @@
= form_tag search_path, method: :get, class: 'form-inline-flex' do |f|
.field
= search_field_tag :search, '', placeholder: _('Search for projects, issues, etc.'), class: 'form-control'
- = button_tag 'Search', class: 'btn btn-success', name: nil, type: 'submit'
+ = button_tag _('Search'), class: 'btn btn-sm btn-success', name: nil, type: 'submit'
= render 'errors/footer'