Commit 7ced2eb447ee78f376958986a83531fe7105e760

Authored by Dmitriy Zaporozhets
1 parent ae2089a9

Use normal btn size for test service

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/services/_form.html.haml
... ... @@ -42,4 +42,4 @@
42 42 = f.submit 'Save', class: 'btn btn-save'
43 43 &nbsp;
44 44 - if @service.valid? && @service.activated? && @service.can_test?
45   - = link_to 'Test settings', test_project_service_path(@project, @service.to_param), class: 'btn btn-small'
  45 + = link_to 'Test settings', test_project_service_path(@project, @service.to_param), class: 'btn'
... ...