Sha256: 4412583dd1ec7cb85e74d1425e23d480f000dd8be8dcdc9cc47cb428ebb135f9
Contents?: true
Size: 875 Bytes
Versions: 21
Compression:
Stored size: 875 Bytes
Contents
<!-- Title System --> <% phc_title "News Post Manager" %> <% phc_title_tagline "Create a News Post" %> <!-- 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 "News Post 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.articles_posts_path, class: "btn btn-primary" do %> <i class="fa fa-plus"></i> Back to Post Index <% end %> </div> </div> </div> <!-- Page Header --> <!-- Page Content --> <div class="wrapper wrapper-content animated fadeInRight"> <%= render 'form', articles_post: @articles_post %> </div> <!-- Page Content -->
Version data entries
21 entries across 21 versions & 1 rubygems