app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-73.1.0 vs app/views/phcscriptcdnpro/script/authors/edit.html.erb in phcscriptcdnpro-74.0.0

- old
+ new

@@ -15,23 +15,23 @@ <!-- Page Bradcrumbs --> <!-- Page Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- Page Header --> - + <!-- Page Content --> <div class="panel panel-inverse"> <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_tagline) %></h4> + <h4 class="panel-title"><%= yield(:phc_title) %></h4> </div> <div class="panel-body"> - <!-- Form for Script Author Edit --> + <!-- Form to Edit Author --> <%= render 'form', script_author: @script_author %> - <!-- Form for Script Author Edit --> + <!-- Form to Edit Author --> </div> </div> <!-- Page Content -->