Commit 99296b2e authored by Alfredo Sumaran's avatar Alfredo Sumaran

Hide button on mobile

parent b82af5ef
......@@ -150,6 +150,6 @@ module DiffHelper
end
def toggle_whitespace_link(url)
link_to "#{hide_whitespace? ? 'Show' : 'Hide'} whitespace changes", url, class: 'btn btn-default'
link_to "#{hide_whitespace? ? 'Show' : 'Hide'} whitespace changes", url, class: 'btn btn-default hidden-xs'
end
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