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