Updated app layout
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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 %>
|
||||
<%= stylesheet_link_tag :application %>
|
||||
<%= javascript_include_tag :application %>
|
||||
<%= yield(:head) %>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user