Skip to content

Commit

Permalink
Merge pull request #338 from bmic-development/jtm_archive_button_color
Browse files Browse the repository at this point in the history
Changed archive button color to grey [#145472311]
  • Loading branch information
Stuart-Johnson committed Jun 20, 2017
2 parents 2c73e02 + 0877dd1 commit 1c4eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/dashboard/protocols_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def display_archive_button(protocol, permission_to_edit)
if permission_to_edit
content_tag( :button, (protocol.archived ? t(:protocols)[:summary][:unarchive] : t(:protocols)[:summary][:archive])+" #{protocol.type.capitalize}",
type: 'button',
class: 'protocol-archive-button btn btn-warning btn-sm',
class: 'protocol-archive-button btn btn-default btn-sm',
data: { protocol_id: protocol.id }
)
end
Expand Down

0 comments on commit 1c4eae2

Please sign in to comment.