Sha256: d781d2195233c9cc3a859a431624fb92c6872229110a2eaff664664d87694ec0

Contents?: true

Size: 471 Bytes

Versions: 10

Compression:

Stored size: 471 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<title>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

10 entries across 10 versions & 1 rubygems

Version Path
mtdevise-1.7.8 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.7.5 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.7.1 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.7.0 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.6.6 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.6.5 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.6.3 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.6.0 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.5.3 app/views/layouts/mtdevise/dashboard.html.erb
mtdevise-1.5.2 app/views/layouts/mtdevise/dashboard.html.erb