app/views/layouts/phcmemberspro/application.html.erb in phcmemberspro-83.0.0 vs app/views/layouts/phcmemberspro/application.html.erb in phcmemberspro-84.0.0

- old
+ new

@@ -1,38 +1,41 @@ <!DOCTYPE html> <html> <head> - <% phc_seo_title "PHCMembers(Pro) DMS" %> - <% phc_seo_description "Membership & Directory Management System by PHCDevworks" %> + <!-- SEO System --> + <% phc_seo_title "PHCMembers by PHCDevworks" %> + <% phc_seo_description "Application to Manage Member Information and Business Directory Listings " %> + <!-- SEO System --> - <!-- -PHC- SEO and Site Description --> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <!-- SEO and Site Description --> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title><%= yield(:phc_seo_title) %></title> <meta name="description" content="<%= yield(:phc_seo_description) %>"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > - <link rel="canonical" href="http://phcmembers.com"> - <!-- -PHC- SEO and Site Description --> - - <!-- -PHC- Security --> + <link rel="canonical" href="http://phcdevworks.com"> + <!-- SEO and Site Description --> + + <!-- Rails Security Tags --> <%= csrf_meta_tags %> <%= csp_meta_tag %> - <!-- -PHC- Security --> - - <!-- -PHC- CSS --> + <!-- Rails Security Tags --> + + <!-- CSS Styles --> <%= stylesheet_link_tag 'phcmemberspro/application', media: 'all', 'data-turbolinks-track': 'reload' %> - <!-- -PHC- CSS --> + <!-- CSS Styles --> <!-- Font --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/> <!-- Font --> </head> <body> <!-- Page Container --> - <div id="page-container" class="fade page-sidebar-fixed page-header-fixed"> + <div id="page-container" class="page-container fade page-sidebar-fixed page-header-fixed"> + <!-- Page Header --> <div id="header" class="header navbar-default"> <%= render 'layouts/phcmemberspro/components/backend/navigation/top_menu' %> </div> <!-- Page Header --> @@ -49,11 +52,11 @@ <%= yield %> </div> <!-- Page Content --> <!-- Footer Content --> - <div id="footer" class="footer"> + <div id="footer" class="footer mb-4"> <%= render 'layouts/phcmemberspro/components/backend/footer/footer' %> </div> <!-- Footer Content --> <!-- Scroll to Top --> @@ -63,18 +66,19 @@ <!-- Scroll to Top --> </div> <!-- Page Container --> - <!-- Requried JavaScripts --> + <!-- JavaScript --> <%= javascript_include_tag "phcmemberspro/application", 'data-turbolinks-track': 'reload' %> - <script src="https://cdn.ckeditor.com/4.10.0/full/ckeditor.js"></script> + <!-- JavaScript --> + <!-- JavaScript Loader --> <script> $(document).ready(function() { App.init(); }); </script> - <!-- Requried JavaScripts --> + <!-- JavaScript Loader --> </body> -</html> \ No newline at end of file +</html>