app/views/phcpresspro/articles/posts/edit.html.erb in phcpresspro-4.2.10 vs app/views/phcpresspro/articles/posts/edit.html.erb in phcpresspro-4.2.11

- old
+ new

@@ -1,7 +1,7 @@ <!-- Title System --> -<% phc_title "PHCPress - Articles" %> +<% phc_title "Articles Manager" %> <% phc_title_tagline "Update Article" %> <!-- Bread Crumb --> <div class="page-bar"> @@ -17,26 +17,6 @@ <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> <!-- Main Content --> -<div class="row"> - <div class="col-lg-12"> - - <div class="portlet light"> - - <div class="portlet-title"> - <div class="caption"> - <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span> - </div> - <div class="actions"> - </div> - </div> - - <div class="portlet-body"> - <%= render 'form', articles_post: @articles_post %> - </div> - - </div> - - </div> -</div> +<%= render 'form', articles_post: @articles_post %>