Commit 7ced2eb447ee78f376958986a83531fe7105e760
1 parent
ae2089a9
Exists in
spb-stable
and in
3 other branches
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 | |
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' | ... | ... |