Sha256: 4f59b5c0c32cb7f7e17e927581263c2155b3c3fe1ccb5015f42c0e4124ec5754

Contents?: true

Size: 392 Bytes

Versions: 15

Compression:

Stored size: 392 Bytes

Contents

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

15 entries across 15 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.5 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.2.4 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.2.3 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.2.2 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.2.1 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.2.0 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.9 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.8 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.7 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.6 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.5 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.4 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.3 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.2 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.1.1 app/views/layouts/auth/application.html.erb