Sha256: f4620148e98df5a095ffe6f50c609c1dba483db8245d000fa6b4d2b4df4b3b7a

Contents?: true

Size: 1.73 KB

Versions: 17

Compression:

Stored size: 1.73 KB

Contents

<!DOCTYPE html>
<html>
<head>

    <!-- SEO System -->
    <% phc_seo_title "PHCDevworks Accounts" %>
    <% phc_seo_description "Ruby on Rails 6 Authentication and User Management Engine." %>
    <!-- SEO System -->

    <!-- SEO and Site Description -->
	<meta charset="utf-8">
	<title><%= yield(:phc_seo_title) %></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
	<meta name="description" content="<%= yield(:phc_seo_description) %>">
    <!-- SEO and Site Description -->

    <!-- Rails Security Tags -->
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>
    <!-- Rails Security Tags -->

    <!-- CSS Styles -->
    <%= stylesheet_link_tag "phcthemes_admin_panel_pack_coloradmin", media: "all" %>
    <!-- CSS Styles -->

    <!-- JavaScript -->
    <%= javascript_include_tag "phcthemes_admin_panel_pack_coloradmin" %>
    <!-- JavaScript -->

</head>
<body>

    <!-- Page Container -->
    <div id="page-container" class="fade page-without-sidebar page-header-fixed">

        <!-- Page Header -->
        <div id="header" class="header navbar-default">
            <%= render "layouts/phcdevworks_accounts/components/backend/navigation/top_menu" %>
        </div>
        <!-- Page Header -->

        <!-- Page Content -->
        <div id="content" class="content">
            <%= render "phcdevworks_notifications/bootstrap/notifications" %>
            <%= yield %>
        </div>
        <!-- Page Content -->

        <!-- Footer Content -->
        <div id="footer" class="row footer mb-4">
            <%= render "layouts/phcdevworks_accounts/components/backend/footer/footer" %>
        </div>
        <!-- Footer Content -->

    </div>
    <!-- Page Container -->

</body>
</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
phcdevworks_accounts-3.2.4 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.2.3 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.2.2 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.2.1 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.2.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.1.2 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.1.1 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.1.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.0.7 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.0.5 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.0.4 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.0.3 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.0.2 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.0.1 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-3.0.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-2.5.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-2.4.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb