Sha256: e30eb98809c535755ce574e17d926416e3052a582b2db60c179fd5cd5eea2f85

Contents?: true

Size: 954 Bytes

Versions: 8

Compression:

Stored size: 954 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= Auth.configuration.brand_name %></title>
  <!-- to include stylesheet and javascripts from the engine use auth/application -->
  <%= stylesheet_link_tag    "application", media: "all" %>
  <%= stylesheet_link_tag    "https://fonts.googleapis.com/icon?family=Material+Icons", media: "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
  <%= cloudinary_js_config %>
  <%= javascript_include_tag  "https://widget.cloudinary.com/global/all.js" %>
</head>
<body>
  
  <!-- now here calling content for will change the things that need to be changed -->
  <%= content_for(:personalization_nav_links) do %>
    <%= render :partial => "shopping/navigation_options.html.erb" %>
  <% end %>
   
  <%= 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

8 entries across 8 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.0 spec/dummy/app/views/layouts/application.html.erb
wordjelly-auth-1.0.9 spec/dummy/app/views/layouts/application.html.erb
wordjelly-auth-1.0.8 spec/dummy/app/views/layouts/application.html.erb
wordjelly-auth-1.0.5 spec/dummy/app/views/layouts/application.html.erb
wordjelly-auth-1.0.4 spec/dummy/app/views/layouts/application.html.erb
wordjelly-auth-1.0.3 spec/dummy/app/views/layouts/application.html.erb
wordjelly-auth-1.0.2 spec/dummy/app/views/layouts/application.html.erb
wordjelly-auth-0.0.8 spec/dummy/app/views/layouts/application.html.erb