12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%title Debugger
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
= stylesheet_link_tag 'debug', media: 'all'
|
|
%body
|
|
%header.container
|
|
=render "layouts/menu"
|
|
%main.container
|
|
= javascript_include_tag "debug"
|