Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-06 15:26:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-06 15:26:24 +0400
commit7ced2eb447ee78f376958986a83531fe7105e760 (patch)
tree739ed7245a4fcb60244ad6eb1c3f12b6d0dc4b4d /app/views/projects/services
parentae2089a98ebfac56fabb5d1027c549ea13b1622c (diff)
Use normal btn size for test service
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml
index a3b5296ed1e..70b4537fd37 100644
--- a/app/views/projects/services/_form.html.haml
+++ b/app/views/projects/services/_form.html.haml
@@ -42,4 +42,4 @@
= f.submit 'Save', class: 'btn btn-save'
&nbsp;
- if @service.valid? && @service.activated? && @service.can_test?
- = link_to 'Test settings', test_project_service_path(@project, @service.to_param), class: 'btn btn-small'
+ = link_to 'Test settings', test_project_service_path(@project, @service.to_param), class: 'btn'