Sha256: 2a8cdab4459f66fa45d15d062ce46bc85d5356d1c53f8e6905b34f5610a341a2
Contents?: true
Size: 877 Bytes
Versions: 21
Compression:
Stored size: 877 Bytes
Contents
<!-- Title System --> <% phc_title "News Post Manager" %> <% phc_title_tagline "News Post 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
21 entries across 21 versions & 1 rubygems