Sha256: d305f8600c411d90012b3433529e1338fc9202d7e7c1305124e6e20cfc16cf7c
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Edit Multi-Tenant Accounts System</title> <%= stylesheet_link_tag "mtdevise/application", media: "all" %> <%= stylesheet_link_tag "mtdevise/non-responsive", media: "all" %> <%= javascript_include_tag "mtdevise/application" %> <%= csrf_meta_tags %> </head> <body data-no-turbolink="true"> <div class="container"> <%= render 'shared/flash' %> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mtdevise-5.0.1 | app/views/layouts/mtdevise/useredit.html.erb |