Sha256: 8fc141a47b4d1d50b9b015ef272e06d4ef9ae95fb887e059133296517572f899
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Accounts - 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/accounts.html.erb |