13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
doctype html
|
|
html lang="en"
|
|
head
|
|
meta charset="utf-8"
|
|
meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
|
|
meta name="viewport" content="width=device-width, initial-scale=1.0"
|
|
title= content_for?(:title) ? yield(:title) : application_title
|
|
= csrf_meta_tags
|
|
= stylesheet_link_tag "qr_sheet/application", :media => "all"
|
|
link href="/favicon.ico" rel="shortcut icon"
|
|
body
|
|
= yield
|