Skip to content

Commit

Permalink
Merge pull request #2374 from sparc-request/yw-resend_button_color-ch…
Browse files Browse the repository at this point in the history
…ange

[SPARCForms]resend button color change
  • Loading branch information
Stuart-Johnson committed May 26, 2020
2 parents d0f22b8 + 00d0777 commit 7fee8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/surveyor/responses_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def resend_survey_button(response, permissions=true)
link_to(
icon('fas', 'reply'),
surveyor_response_resend_survey_path(response), method: :put, remote: true,
class: ['btn btn-info resend-survey', permissions ? '' : 'disabled'],
class: ['btn btn-success resend-survey', permissions ? '' : 'disabled'],
title: I18n.t('surveyor.responses.tooltips.resend'),
data: { response_id: response.id, toggle: 'tooltip', placement: 'top', container: 'body'}
)
Expand Down

0 comments on commit 7fee8c9

Please sign in to comment.