You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
849 B

13 years ago
<!DOCTYPE html>
<html>
<head>
13 years ago
<meta charset="utf-8" />
13 years ago
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13 years ago
<meta http-equiv="Content-Language" content="en" />
<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) : "EntryDNS" %></title>
13 years ago
13 years ago
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tag %>
</head>
<body class="application">
<%= render 'shared/navigation' %>
13 years ago
<div class="container" id="main">
<div data-pjax-container="true">
<%= flash_display 'flash' %>
<%= yield %>
13 years ago
</div>
<%= render 'shared/bottom' %>
13 years ago
</div>
13 years ago
13 years ago
</body>
</html>