2018-04-16 19:36:16 +02:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%title Debugger
|
2018-04-16 20:35:31 +02:00
|
|
|
= stylesheet_link_tag 'application', media: 'all'
|
2018-04-16 19:36:16 +02:00
|
|
|
= stylesheet_link_tag 'debug', media: 'all'
|
|
|
|
%body
|
2018-04-16 20:35:31 +02:00
|
|
|
%header.container
|
|
|
|
=render "layouts/menu"
|
|
|
|
%main.container
|
|
|
|
= javascript_include_tag "debug"
|