Sha256: 466e18e46a863759559063f4bf6c6c60192bc627d70ffc7ea34669407decf967

Contents?: true

Size: 496 Bytes

Versions: 12

Compression:

Stored size: 496 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Hi Bitch</title>
  <%= stylesheet_link_tag    "auth/application", media: "all" %>
  <%= stylesheet_link_tag    "https://fonts.googleapis.com/icon?family=Material+Icons", 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

12 entries across 12 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.0 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.0.9 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.0.8 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.0.5 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.0.4 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.0.3 app/views/layouts/auth/application.html.erb
wordjelly-auth-1.0.2 app/views/layouts/auth/application.html.erb
wordjelly-auth-0.0.8 app/views/layouts/auth/application.html.erb
wordjelly-auth-0.0.5 app/views/layouts/auth/application.html.erb
wordjelly-auth-0.0.4 app/views/layouts/auth/application.html.erb
wordjelly-auth-0.0.3 app/views/layouts/auth/application.html.erb
wordjelly-auth-0.0.1 app/views/layouts/auth/application.html.erb