jam-cloud/admin/app/views/layouts/application.html.erb

18 lines
373 B
Plaintext
Raw Normal View History

2012-08-29 13:21:56 +00:00
<!DOCTYPE html>
<html>
<head>
<title>JamAdmin</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<%= yield %>
2012-08-29 13:21:56 +00:00
<div class="version-info"><%= version %></div>
2012-08-29 13:21:56 +00:00
</body>
</html>