Sha256: 791903485b62a3e1f283fd2233e533fcc728f2d1c8c9c57dc89d542988b7bfc6
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= yield(:title) %></title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= render 'layouts/admin/navbar' %> <div class="container-fluid"> <% flash.each do |message_type, message| %> <div class="alert alert-<%= message_type %>"><%= message %></div> <% end %> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
disco_app-0.8.9 | app/views/layouts/admin.html.erb |