Sha256: 67d26180d76b27d489eee71a258e40f5ce032877e3b634ed7b5752b4cc3cb38e
Contents?: true
Size: 1 KB
Versions: 39
Compression:
Stored size: 1 KB
Contents
<!DOCTYPE html> <html> <head> <title><%= Auth.configuration.brand_name %></title> <!-- to include stylesheet and javascripts from the engine use auth/application --> <meta name="viewport" content="width=device-width, initial-scale=1"> <%= 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
39 entries across 39 versions & 1 rubygems