Sha256: 24bc3db2a349162d1e348f5d18cc0c70a74e99005239b6daafa10c8b4eca50ee

Contents?: true

Size: 1.88 KB

Versions: 16

Compression:

Stored size: 1.88 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>

  <!-- 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="footer mb-4 d-flex">
      <%= render 'layouts/phcdevworks_accounts/components/backend/footer/footer' %>
    </div>
    <!-- Footer Content -->

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

  <!-- 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

16 entries across 16 versions & 1 rubygems

Version Path
phcdevworks_accounts-1.3.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-1.2.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-1.1.2 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-1.1.1 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-1.1.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-1.0.1 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-1.0.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.9.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.8.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.7.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.6.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.5.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.4.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.3.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.2.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb
phcdevworks_accounts-0.1.0 app/views/layouts/phcdevworks_accounts/application_no_sidebar.html.erb