Sha256: ff19acb5c4eaaff4054bc863d5687bb1c9e30ae308fe3c5d07746f2f0c89985f

Contents?: true

Size: 1.36 KB

Versions: 12

Compression:

Stored size: 1.36 KB

Contents

<!DOCTYPE html>
<html>
<head>

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

  <!-- 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://phcdevworks.com">
  <!-- SEO and Site Description -->

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

  <!-- CSS Styles -->
  <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all", "data-turbolinks-track": "reload" %>
  <!-- CSS Styles -->

</head>
<body class="pace-top bg-white">

  <!-- Page Content -->
  <%= render 'phcdevworks_notifications/bootstrap/notifications' %>
  <%= yield %>
  <!-- Page Content -->

  <!-- JavaScript -->
  <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
  <!-- JavaScript -->

  <!-- JavaScript Loader -->
	<script>
		$(document).ready(function() {
			App.init();
		});
	</script>
  <!-- JavaScript Loader -->

</body>
</html>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcdevworks_accounts-1.1.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-1.0.1 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-1.0.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.9.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.8.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.7.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.6.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.5.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.4.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.3.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.2.0 app/views/layouts/phcdevworks_accounts/devise.html.erb
phcdevworks_accounts-0.1.0 app/views/layouts/phcdevworks_accounts/devise.html.erb