app/views/phcpresspro/article/posts/show.html.erb in phcpresspro-15.2.0 vs app/views/phcpresspro/article/posts/show.html.erb in phcpresspro-15.3.0
- old
+ new
@@ -1,9 +1,9 @@
<!-- Title System -->
<% phc_title "Article Manager" %>
<% phc_title_tagline "Article Details" %>
-<% phc_breadcrumb_one link_to "Article Index", phcpresspro.articles_posts_path %>
+<% phc_breadcrumb_one link_to "Article Index", phcpresspro.article_posts_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->
<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
@@ -16,11 +16,11 @@
</ol>
<!-- Bread Crumb -->
</div>
<div class="col-sm-4">
<div class="title-action">
- <%= link_to phcpresspro.articles_posts_path, class: "btn btn-default" do %>
+ <%= link_to phcpresspro.article_posts_path, class: "btn btn-default" do %>
<i class="fa fa fa-arrow-left"></i> Back to Article Index
<% end %>
</div>
</div>
</div>
@@ -43,9 +43,9 @@
</a>
</div>
</div>
<div class="ibox-content">
<p id="notice"><%= notice %></p>
- <%= link_to 'Edit', phcpresspro.edit_articles_post_path(@articles_post) %> |
- <%= link_to 'Back', phcpresspro.articles_posts_path %>
+ <%= link_to 'Edit', phcpresspro.edit_article_post_path(@article_post) %> |
+ <%= link_to 'Back', phcpresspro.article_posts_path %>
</div>
<!-- Page Content -->