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.
23 lines
566 B
23 lines
566 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>EntryDNS</title> |
|
<%= stylesheet_link_tag "application" %> |
|
<%= javascript_include_tag "application" %> |
|
<%= csrf_meta_tag %> |
|
</head> |
|
<body class="application"> |
|
|
|
<div id="container"> |
|
<%= render :partial => 'fragments/top' %> |
|
<div id="wrapper" class="wat-cf"> |
|
<div id="main" data-pjax-container="true"> |
|
<%= flash_display 'flash' %> |
|
<%= yield %> |
|
</div> |
|
</div> |
|
<%= render :partial => 'fragments/bottom' %> |
|
</div> |
|
|
|
</body> |
|
</html>
|
|
|