Sha256: 93c5faf07ae5869782de3f9b6ca648ae3019053b79949dd3b78810c69dfb4971

Contents?: true

Size: 388 Bytes

Versions: 32

Compression:

Stored size: 388 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Auth</title>
  <%= stylesheet_link_tag    "auth/application", media: "all" %>
  <%= javascript_include_tag "auth/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
<%= render :partial => "layouts/auth/navbar/navbar.html.erb" %>
<div class="container">
<%= yield %>
</div>
<%= render :partial => "layouts/auth/modals.html.erb" %>
</body>
</html>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.9 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.8 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.7 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.6 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.5 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.4 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.3 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.2 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.1 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.5.0 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.9 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.8 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.7 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.6 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.5 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.4 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.3 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.2 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.4.0 app/views/layouts/auth/application.html.erb