Sha256: 36e1f60803426adec8e61575a7e8d44c348f1f09e4c672be1b738a6f9a6e4a81
Contents?: true
Size: 1.01 KB
Versions: 5
Compression:
Stored size: 1.01 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
5 entries across 5 versions & 1 rubygems