Sha256: be94079c779e6cefffe81a909784ef9473f5dc9367dc12ff26797e689735208f
Contents?: true
Size: 876 Bytes
Versions: 19
Compression:
Stored size: 876 Bytes
Contents
<!-- Title System --> <% phc_title "Articles Manager" %> <% phc_title_tagline "Post a New Article" %> <!-- 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.articles_posts_path, class: "btn btn-primary" do %> <i class="fa fa-plus"></i> Back to Article 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
19 entries across 19 versions & 1 rubygems