menu for debugger for better integration

This commit is contained in:
Torsten Ruger
2018-04-16 21:35:31 +03:00
parent 035f464237
commit ab67077eb7
4 changed files with 17 additions and 8 deletions

View File

@ -2,6 +2,10 @@
%html
%head
%title Debugger
= stylesheet_link_tag 'application', media: 'all'
= stylesheet_link_tag 'debug', media: 'all'
%body
= javascript_include_tag "debug"
%header.container
=render "layouts/menu"
%main.container
= javascript_include_tag "debug"