Sha256: c7d76245c52391e0790f666ec2b290e8e6be63bfa9e72d842f74af63a6ac47a3
Contents?: true
Size: 421 Bytes
Versions: 10
Compression:
Stored size: 421 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>PHCNetworks Notifications</title> <%= stylesheet_link_tag "phcnotifi/application", media: "all" %> <%= javascript_include_tag "phcnotifi/application" %> <%= csrf_meta_tags %> </head> <body data-no-turbolink="true"> <div class="container"> <%= render 'components/notifications' %> <%= render 'components/validations' %> <%= yield %> </div> </body> </html>
Version data entries
10 entries across 10 versions & 3 rubygems