-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
96 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
146 changes: 73 additions & 73 deletions
146
app/views/layouts/phcdevworks_accounts_stripe/application.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,73 @@ | ||
<!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 --> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> | ||
<%= stylesheet_link_tag "coloradmin/default/phcthemes_admin_panel_pack_coloradmin", media: "all" %> | ||
<!-- CSS Styles --> | ||
|
||
</head> | ||
<body> | ||
|
||
<!-- -PHCDev- Page Container --> | ||
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar"> | ||
|
||
<!-- -PHCDev- Page Container - Header --> | ||
<div id="header" class="app-header"> | ||
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/navigation/top_menu" %> | ||
</div> | ||
<!-- -PHCDev- Page Container - Header --> | ||
|
||
<!-- -PHCDev- Page Container - Sidebar --> | ||
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true"> | ||
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/sidebars/side_menu" %> | ||
</div> | ||
<div class="app-sidebar-bg"></div> | ||
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div> | ||
<!-- -PHCDev- Page Container - Sidebar --> | ||
|
||
<!-- -PHCDev- Page Container - Content --> | ||
<div id="app" class="app app-content-full-height"> | ||
<div id="content" class="app-content d-flex flex-column p-0"> | ||
<!-- -PHCDev- Page Container - Main --> | ||
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%"> | ||
<%= render "phcdevworks_notifications/bootstrap/notifications" %> | ||
<%= yield %> | ||
</div> | ||
<!-- -PHCDev- Page Container - Main --> | ||
<!-- -PHCDev- Page Container - Footer --> | ||
<div id="footer" class="app-footer m-0"> | ||
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/footer/footer" %> | ||
</div> | ||
<!-- -PHCDev- Page Container - Footer --> | ||
</div> | ||
</div> | ||
<!-- -PHCDev- Page Container - Content --> | ||
|
||
</div> | ||
<!-- -PHCDev- Page Container --> | ||
|
||
<!-- JavaScript --> | ||
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %> | ||
<!-- JavaScript --> | ||
|
||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
|
||
<!-- SEO System --> | ||
<% phc_seo_title "PHCDevworks Accounts Stripe" %> | ||
<% phc_seo_description "Ruby on Rails 7 Stripe Addon for PHCDevworks Accounts plugin." %> | ||
<!-- 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 --> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> | ||
<%= stylesheet_link_tag "coloradmin/default/phcthemes_admin_panel_pack_coloradmin", media: "all" %> | ||
<!-- CSS Styles --> | ||
|
||
</head> | ||
<body> | ||
|
||
<!-- -PHCDev- Page Container --> | ||
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar"> | ||
|
||
<!-- -PHCDev- Page Container - Header --> | ||
<div id="header" class="app-header"> | ||
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/navigation/top_menu" %> | ||
</div> | ||
<!-- -PHCDev- Page Container - Header --> | ||
|
||
<!-- -PHCDev- Page Container - Sidebar --> | ||
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true"> | ||
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/sidebars/side_menu" %> | ||
</div> | ||
<div class="app-sidebar-bg"></div> | ||
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div> | ||
<!-- -PHCDev- Page Container - Sidebar --> | ||
|
||
<!-- -PHCDev- Page Container - Content --> | ||
<div id="app" class="app app-content-full-height"> | ||
<div id="content" class="app-content d-flex flex-column p-0"> | ||
<!-- -PHCDev- Page Container - Main --> | ||
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%"> | ||
<%= render "phcdevworks_notifications/bootstrap/notifications" %> | ||
<%= yield %> | ||
</div> | ||
<!-- -PHCDev- Page Container - Main --> | ||
<!-- -PHCDev- Page Container - Footer --> | ||
<div id="footer" class="app-footer m-0"> | ||
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/footer/footer" %> | ||
</div> | ||
<!-- -PHCDev- Page Container - Footer --> | ||
</div> | ||
</div> | ||
<!-- -PHCDev- Page Container - Content --> | ||
|
||
</div> | ||
<!-- -PHCDev- Page Container --> | ||
|
||
<!-- JavaScript --> | ||
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %> | ||
<!-- JavaScript --> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module PhcdevworksAccountsStripe | ||
VERSION = "1.0.1" | ||
VERSION = "1.0.2" | ||
end |