Sha256: a041110009418ca6ab533000688b942186ce023128ac09ae125bf0e0937db2c2
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>MTDEVISE 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/header' %> <%= 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/dashboard.html.erb |