Sha256: a0539a1bef9ee2ae173a548f2505bb3081f44a06885cdd20884b72118883fc8f
Contents?: true
Size: 324 Bytes
Versions: 5
Compression:
Stored size: 324 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Notify on</title> <%= stylesheet_link_tag "notify_on/application", media: "all" %> <%= javascript_include_tag "notify_on/application" %> <%= csrf_meta_tags %> </head> <body> <p class="notice"><%= notice %></p> <p class="alert"><%= alert %></p> <%= yield %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems