Sha256: 7940cf597c296ef80e0d1fee5f65eb1c0671390df1ddc32ba0cad7bafbbba465
Contents?: true
Size: 412 Bytes
Versions: 26
Compression:
Stored size: 412 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