app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-5.8.4 vs app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-5.8.5
- old
+ new
@@ -9,38 +9,37 @@
<!-- Page Title -->
<h2><%= yield(:phc_title) %></h2>
<!-- Page Title -->
- <!-- Bread Crumbs -->
+ <!-- Bread Crumb -->
<ol class="breadcrumb">
<li><%= link_to "Author Index", phcscriptcdnpro.script_authors_path %></li>
<li class="active"><%= yield(:phc_title_tagline) %></li>
</ol>
- <!-- Bread Crumbs -->
+ <!-- Bread Crumb -->
</div>
<div class="col-sm-8">
-
- <!-- Back to Author Index Button -->
+
+ <!-- Back to Licence Index Button -->
<div class="title-action">
<%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %>
<i class="fa fa-plus"></i> Back to Author Index
<% end %>
</div>
- <!-- Back to Author Index Button -->
+ <!-- Back to Licence Index Button -->
</div>
</div>
<!-- Page Header -->
<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-lg-12">
- <!-- Content Box -->
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5><%= yield(:phc_title_tagline) %></h5>
<div class="ibox-tools">
<a class="collapse-link">
@@ -56,11 +55,11 @@
<!-- Form Requries URL to Function Properly -->
<%= render 'form', script_author: @script_author %>
</div>
</div>
- <!-- Content Box -->
</div>
</div>
</div>
<!-- Page Content -->
+