Sha256: 6346947ca1c331d093cc84763f976f31754d780563ce9f104e9c56a7fbd2ec2c
Contents?: true
Size: 455 Bytes
Versions: 8
Compression:
Stored size: 455 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Integration pal</title> <%= stylesheet_link_tag "integration_pal/application", media: "all" %> <%= javascript_include_tag "integration_pal/application" %> <%= csrf_meta_tags %> </head> <body> <div class='container'> <%= render 'layouts/navbar' %> <% if notice.present? %> <div class="alert alert-info" role="alert"><%= notice %></div> <% end %> <%= yield %> </div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems