Skip to content
Snippets Groups Projects
Commit 99296b2e authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Hide button on mobile

parent b82af5ef
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment