Sha256: 4fe29d63119baa1740ca91f5a7bb0e89594db2a73104cd676e9e4cbfc7f58c46
Contents?: true
Size: 413 Bytes
Versions: 26
Compression:
Stored size: 413 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>CoastDigitalGroup Mtwarden Warden Edition</title> <%= stylesheet_link_tag "mtwarden/application", media: "all" %> <%= javascript_include_tag "mtwarden/application" %> <%= csrf_meta_tags %> </head> <body> <% flash.each do |k,v| %> <div class='flash <%= k %>'><%= v %></div> <% end %> <%= render "mtwarden/shared/login" %> <%= yield %> </body> </html>
Version data entries
26 entries across 26 versions & 1 rubygems