Sha256: 75779226dac438498156e36e3f9625488b2d9af9f8678be7a7473addfacf333e
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Voxality</title> <link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.0.9/angular-material.css"> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= stylesheet_link_tag 'https://fonts.googleapis.com/icon?family=Material+Icons', media: 'all' %> <%= javascript_include_tag 'https://js.stripe.com/v2/' %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body ng-app="voxality"> <%= render 'shared/notif' %> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voxality_core-0.1.0.1 | lib/generators/voxality_core/templates/app/views/layouts/application.html.erb |