app/views/phcscriptcdn/script/authors/new.html.erb in phcscriptcdn-54.3.0 vs app/views/phcscriptcdn/script/authors/new.html.erb in phcscriptcdn-55.0.0
- old
+ new
@@ -1,37 +1,41 @@
-<!-- Title System -->
+<!-- -PHCDEV- Title Variables -->
<% phc_title "Script Authors" %>
<% phc_title_tagline "Add a New Author" %>
<% phc_breadcrumb_one link_to "Script Index", phcscriptcdn.script_listings_path %>
<% phc_breadcrumb_two link_to "Author Index", phcscriptcdn.script_authors_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
-<!-- Title System -->
+<!-- -PHCDEV- Title Variables -->
-<!-- Page Bradcrumbs -->
-<ol class="breadcrumb pull-right">
+<!-- -PHCDEV- Bradcrumbs -->
+<ol class="breadcrumb float-xl-end">
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
</ol>
-<!-- Page Bradcrumbs -->
+<!-- -PHCDEV- Bradcrumbs -->
-<!-- Page Header -->
+<!-- -PHCDEV- Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
-<!-- Page Header -->
+<!-- -PHCDEV- Bradcrumbs -->
-<!-- Page Content -->
+<!-- -PHCDEV- Panel -->
<div class="panel panel-inverse">
+
+ <!-- -PHCDEV- Panel - Heading -->
<div class="panel-heading">
- <div class="panel-heading-btn">
- <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
- <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
- <a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
- </div>
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
</div>
+ <!-- -PHCDEV- Panel - Heading -->
+
+ <!-- -PHCDEV- Panel - Body -->
<div class="panel-body">
- <!-- Form for New Author -->
- <%= render 'form', script_author: @script_author %>
- <!-- Form for New Author -->
+
+ <!-- -PHCDEV- Form for New Author -->
+ <%= render "form", script_author: @script_author %>
+ <!-- -PHCDEV- Form for New Author -->
+
</div>
+ <!-- -PHCDEV- Panel - Body -->
+
</div>
-<!-- Page Content -->
+<!-- -PHCDEV- Panel -->