Sha256: ed200d1505f961028e550aea72d7af0e8891b5dd5e0f2b9f67ae7afa3da9d9f1
Contents?: true
Size: 845 Bytes
Versions: 2
Compression:
Stored size: 845 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 %> </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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wordjelly-auth-0.0.5 | spec/dummy/app/views/layouts/application.html.erb |
wordjelly-auth-0.0.4 | spec/dummy/app/views/layouts/application.html.erb |