Sha256: 6189ec244161e0443164e6a41ed4ba459b1f523aa10e5f2f706f68e7917f1cb3

Contents?: true

Size: 1.07 KB

Versions: 8

Compression:

Stored size: 1.07 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 content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
	<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 "coloradmin/default/phcthemes_admin_panel_pack_coloradmin", media: "all" %>
    <!-- CSS Styles -->

</head>
<body>

    <!-- Page Content -->
    <%= yield %>
    <!-- Page Content -->

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

</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcdevworks_accounts_devise-1.1.1 app/views/layouts/phcdevworks_accounts_devise/devise.html.erb
phcdevworks_accounts_devise-1.1.0 app/views/layouts/phcdevworks_accounts_devise/devise.html.erb
phcdevworks_accounts_devise-1.0.1 app/views/layouts/phcdevworks_accounts_devise/devise.html.erb
phcdevworks_accounts_devise-1.0.0 app/views/layouts/phcdevworks_accounts_devise/devise.html.erb
phcdevworks_accounts_devise-0.1.3.pre.beta app/views/layouts/phcdevworks_accounts_devise/devise.html.erb
phcdevworks_accounts_devise-0.1.2.pre.beta app/views/layouts/phcdevworks_accounts_devise/devise.html.erb
phcdevworks_accounts_devise-0.1.1.pre.beta app/views/layouts/phcdevworks_accounts_devise/devise.html.erb
phcdevworks_accounts_devise-0.1.0.pre.beta app/views/layouts/phcdevworks_accounts_devise/devise.html.erb