15 lines
293 B
Text
15 lines
293 B
Text
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Tab</title>
|
||
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
||
|
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||
|
<%= csrf_meta_tags %>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<%= yield %>
|
||
|
|
||
|
</body>
|
||
|
</html>
|