app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-4.5.9 vs app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-4.5.10
- old
+ new
@@ -1,48 +1,59 @@
<!-- Title System -->
-<% phc_title "Script Author" %>
+<% phc_title "Script Listing Manager" %>
<% phc_title_tagline "Update Script Author" %>
+<!-- Title System -->
-<!-- Bread Crumb -->
-<div class="page-bar">
-
- <ul class="page-breadcrumb">
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></li>
- <li><%= link_to "Author Index", script_listing_authors_path %> <i class="fa fa-circle"></li>
- <li class="active"><%= yield(:phc_title_tagline) %></li>
- </ul>
-
+<!-- Page Header -->
+<div class="row wrapper border-bottom white-bg page-heading">
+ <div class="col-sm-4">
+ <h2><%= yield(:phc_title) %></h2>
+ <!-- Bread Crumb -->
+ <ol class="breadcrumb">
+ <li><%= link_to "Script Versions", phcscriptcdnpro.script_authors_path %></li>
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
+ </ol>
+ </div>
+ <div class="col-sm-8">
+ <div class="title-action">
+ <%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %>
+ <i class="fa fa-plus"></i> Back to Script Version Index
+ <% end %>
+ </div>
+ </div>
</div>
+<!-- Page Header -->
-<!-- Page Title -->
-<h3 class="page-title">
- <%= yield(:phc_title) %> </br>
- <small><%= yield(:phc_title_tagline) %></small>
-</h3>
-
-<!-- Main Content -->
-<div class="row">
- <div class="col-lg-12">
+<!-- Page Content -->
+<div class="wrapper wrapper-content animated fadeInRight">
- <div class="portlet light">
+ <div class="row">
+ <div class="col-lg-12">
- <div class="portlet-title">
+ <div class="ibox float-e-margins">
- <div class="caption">
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
+ <div class="ibox-title">
+ <h5><%= yield(:phc_title_tagline) %></h5>
+ <div class="ibox-tools">
+ <a class="collapse-link">
+ <i class="fa fa-chevron-up"></i>
+ </a>
+ <a class="close-link">
+ <i class="fa fa-times"></i>
+ </a>
+ </div>
</div>
- <div class="actions">
- </div>
- </div>
+ <div class="ibox-content">
- <div class="portlet-body">
+ <!-- Form Requries URL to Function Properly -->
+ <%= render 'form', { form_url: script_listing_author_path } %>
- <!-- Form Requries URL to Function Properly -->
- <%= render 'form', { form_url: script_listing_author_path } %>
+ </div>
</div>
</div>
-
</div>
+
</div>
+<!-- Page Content -->