Sha256: 0911cc8e1a10aa44a3b0cf8480b6bb6160ef666c3383003dd14a25f6496d1eb9
Contents?: true
Size: 878 Bytes
Versions: 1
Compression:
Stored size: 878 Bytes
Contents
<!-- Title System --> <% phc_title "Articles Manager" %> <% phc_title_tagline "Article Details" %> <!-- 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 "Articles List", phcpresspro.articles_posts_path %><i class="fa fa-circle"></i></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> </div> <div class="col-sm-8"> <div class="title-action"> <%= link_to phcpresspro.new_articles_post_path, class: "btn btn-primary" do %> <i class="fa fa-plus"></i> New Article Post <% end %> </div> </div> </div> <!-- Page Header --> <p id="notice"><%= notice %></p> <%= link_to 'Edit', edit_articles_post_path(@articles_post) %> | <%= link_to 'Back', articles_posts_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-5.3.2 | app/views/phcpresspro/articles/posts/show.html.erb |