Sha256: 7b76484669defb6204c2c78bfde3c84528345f4cb61f1e515957e7d67decefbb
Contents?: true
Size: 874 Bytes
Versions: 18
Compression:
Stored size: 874 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 %></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', phcpresspro.edit_articles_post_path(@articles_post) %> | <%= link_to 'Back', phcpresspro.articles_posts_path %>
Version data entries
18 entries across 18 versions & 1 rubygems