Updated app layout
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><%= content_for?(:title) ? yield(:title) : (t :name) %></title>
|
<title><%= content_for?(:title) ? yield(:title) : (t :name) %></title>
|
||||||
<%= stylesheet_link_tag :application %>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<%= csrf_meta_tag %>
|
<%= csrf_meta_tag %>
|
||||||
|
<%= stylesheet_link_tag :application %>
|
||||||
<%= javascript_include_tag :application %>
|
<%= javascript_include_tag :application %>
|
||||||
<%= yield(:head) %>
|
<%= yield(:head) %>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user