diff --git a/app/views/common/debug/_footer.html.haml b/app/views/common/debug/_footer.html.haml index f6d353b5a4207096bd98a201f3643f67909e3e1d..b8a32568a4d96ea4cbe7fe2565ee60d7ed72ac79 100644 --- a/app/views/common/debug/_footer.html.haml +++ b/app/views/common/debug/_footer.html.haml @@ -1,15 +1,5 @@ - %div.debug - .p - %h3 Stylesheets - %ul - - optional_stylesheets.each do |style| - %li= link_to "#{style}.css", current_theme.stylesheet_url(style), target: '_blank' - %li - = link_to 'screen.css', current_theme.stylesheet_url('screen'), target: '_blank' - = link_to '(refresh)', current_theme.stylesheet_url('screen_refresh'), target: '_blank' - #debug_history.p %script -# $('debug_history').update(JSON.stringify({url:History.getState().url, data:History.getState().data}));