app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-5.0.3 vs app/views/phcscriptcdnpro/script/authors/show.html.erb in phcscriptcdnpro-5.1.0
- old
+ new
@@ -1,23 +1,23 @@
<!-- Title System -->
-<% phc_title "Script Listing Manager" %>
+<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Author Profile" %>
<!-- Title System -->
<!-- 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 Authors", phcscriptcdnpro.script_authors_path %></li>
+ <li><%= link_to "Author Index", 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 Author Index
+ <i class="fa fa-plus"></i> Back to Author Index
<% end %>
</div>
</div>
</div>
<!-- Page Header -->