Sha256: bb3413551d17ad617ac1fcdfd21bf9b86636dce85abe70716e4a3ed045b97918
Contents?: true
Size: 933 Bytes
Versions: 19
Compression:
Stored size: 933 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>JeraPush</title> <%= stylesheet_link_tag 'jera_push/jera_push', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'jera_push/jera_push', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!--Let browser know website is optimized for mobile--> <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> </head> <body> <%= render partial: 'layouts/jera_push/navbar' %> <div class="container"> <%= yield %> </div> <% flash.each do |key, value| %> <script type="text/javascript"> Materialize.toast('<%= value %>', 3000, '<%= key %>'); </script> <% end %> </body> </html>
Version data entries
19 entries across 19 versions & 1 rubygems