2015-09-30 12:59:25 -04:00
|
|
|
doctype html
|
|
|
|
html
|
|
|
|
head
|
|
|
|
meta charset="utf-8"
|
|
|
|
meta http-equiv="X-UA-Compatible" content="IE=edge"
|
|
|
|
meta name="viewport" content="width=device-width, initial-scale=1"
|
|
|
|
title DBZDokkan
|
|
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
|
|
= javascript_include_tag 'application'
|
|
|
|
= csrf_meta_tags
|
|
|
|
|
|
|
|
body
|
|
|
|
== render 'navbar'
|
2015-10-06 11:30:39 -04:00
|
|
|
.container
|
|
|
|
== render 'flash_messages', flash: flash
|
2015-09-30 12:59:25 -04:00
|
|
|
.container
|
|
|
|
= yield
|