nyjt/activeportal

View on GitHub
app/views/layouts/active_portal/application.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <title>ActivePortal</title>
  <%= stylesheet_link_tag    "active_portal/application", media: "all" %>
  <%= javascript_include_tag "active_portal/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<%= yield %>

</body>
</html>