BigW Consortium Gitlab

Use normal btn size for test service

parent ae2089a9
......@@ -42,4 +42,4 @@
= f.submit 'Save', class: 'btn btn-save'
 
- 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'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment