summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-26 16:52:36 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-26 16:52:36 +0200
commit0cdef83dc8cfb96c17718d6dd1a2438dc9cea24f (patch)
treea8b4670b3475061116a00338d4d2996507a92d62 /app/views
parentfd338d67159e6dffaf54fd42fbeddb3b17e4d49f (diff)
downloadgitlab-ce-0cdef83dc8cfb96c17718d6dd1a2438dc9cea24f.tar.gz
Remove type submit from button_tag since default.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/users/index.html.haml2
-rw-r--r--app/views/projects/network/show.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index b8a18224443..f2fa5ea91c1 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -22,7 +22,7 @@
= form_tag admin_users_path, method: :get, class: 'form-inline' do
.form-group
= search_field_tag :name, params[:name], placeholder: 'Name, email or username', class: 'form-control'
- = button_tag type: 'submit', class: 'btn btn-primary' do
+ = button_tag class: 'btn btn-primary' do
%i.icon-search
%hr
= link_to 'Reset', admin_users_path, class: "btn btn-cancel"
diff --git a/app/views/projects/network/show.html.haml b/app/views/projects/network/show.html.haml
index f8206936e6e..52a66f64d9f 100644
--- a/app/views/projects/network/show.html.haml
+++ b/app/views/projects/network/show.html.haml
@@ -3,7 +3,7 @@
.controls
= form_tag project_network_path(@project, @id), method: :get, class: 'form-inline network-form' do |f|
= text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: 'search-input form-control input-mx-250 search-sha'
- = button_tag type: 'submit', class: 'btn btn-success btn-search-sha' do
+ = button_tag class: 'btn btn-success btn-search-sha' do
%i.icon-search
.inline.prepend-left-20
.checkbox.light