Sha256: 28da2baae196390e53931e81b15847ae420dc1fe10e1a66be91f2516c5a4f406

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>RedBase</title>
  <%= stylesheet_link_tag    "red_base/application", media: "all" %>
  <%= javascript_include_tag :modernizer, "red_base/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

  <p class="notice"><%= notice %></p>
  <p class="alert"><%= alert %></p>

<%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
red_base-0.6.0 app/views/layouts/red_base/dashboard.html.erb~