Sha256: a7c1f37e2c40a3d0316ed8a3e61c2fbfa4e054b57aeb923e005cee2e4eebec30

Contents?: true

Size: 1.99 KB

Versions: 8

Compression:

Stored size: 1.99 KB

Contents

<!DOCTYPE html>
<html>
<head>

    <!-- SEO System -->
    <% phc_seo_title "PHCDevworks Real Estate" %>
    <% phc_seo_description "Ruby on Rails 6 Real Estate Property Listings 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-sidebar-fixed page-header-fixed">

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

        <!-- Page Sidebar -->
        <div id="sidebar" class="sidebar">
            <%= render "layouts/phcdevworks_real_estate/components/backend/sidebars/side_menu" %>
        </div>
        <div class="sidebar-bg"></div>
        <!-- Page Sidebar -->

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

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

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

</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcdevworks_real_estate-5.1.1 app/views/layouts/phcdevworks_real_estate/application.html.erb
phcdevworks_real_estate-5.1.0 app/views/layouts/phcdevworks_real_estate/application.html.erb
phcdevworks_real_estate-5.0.5 app/views/layouts/phcdevworks_real_estate/application.html.erb
phcdevworks_real_estate-5.0.4 app/views/layouts/phcdevworks_real_estate/application.html.erb
phcdevworks_real_estate-5.0.3 app/views/layouts/phcdevworks_real_estate/application.html.erb
phcdevworks_real_estate-5.0.2 app/views/layouts/phcdevworks_real_estate/application.html.erb
phcdevworks_real_estate-5.0.1 app/views/layouts/phcdevworks_real_estate/application.html.erb
phcdevworks_real_estate-5.0.0 app/views/layouts/phcdevworks_real_estate/application.html.erb