Fixed styling of clipboard button

This commit is contained in:
Phil Hughes 2016-06-17 09:54:24 +01:00
parent f011b86beb
commit cd864bbab6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module ButtonHelper
def clipboard_button(data = {})
content_tag :button,
icon('clipboard'),
class: "btn",
class: "btn btn-clipboard",
data: data,
type: :button
end