Sha256: 76103040597063a175571091c85f846245d74b6501867263056308277f794f23

Contents?: true

Size: 587 Bytes

Versions: 2

Compression:

Stored size: 587 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
  <title>AppKit</title>
    <%= stylesheet_link_tag    "app_kit/application", media: "all" %>
    <%= javascript_include_tag "app_kit/application" %>
    <%= csrf_meta_tags %>
  </head>
  <body class="simple">
    <div class="simple-container">
      <% if flash[:notice] %>
        <div class="empty-panel">
          <div class="flash-notice"><%= flash[:notice] %></div>
        </div>
      <% end %>
      <% if flash[:alert] %>
        <div class="flash-error"><%= flash[:alert] %></div>
      <% end %>
    </div>
      <%= yield %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
app_kit-0.0.2 app/views/layouts/simple.html.erb
app_kit-0.0.1 app/views/layouts/simple.html.erb