mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Hide button on mobile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user