Commit cd864bba authored by Phil Hughes's avatar Phil Hughes

Fixed styling of clipboard button

parent f011b86b
......@@ -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
......
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