Sha256: d642901791fc0465fb561bab9060553f8dab4ea7cbf376614aab33ebd160cdaf
Contents?: true
Size: 1003 Bytes
Versions: 98
Compression:
Stored size: 1003 Bytes
Contents
<!-- Title System --> <% phc_title "Article Manager" %> <% phc_title_tagline "Update Article" %> <% phc_breadcrumb_one link_to "Article Index", phcpresspro.article_posts_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %> <!-- Title System --> <!-- Page Header --> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-sm-8"> <h2><%= yield(:phc_title) %></h2> <!-- Bread Crumb --> <ol class="breadcrumb"> <li><%= yield(:phc_breadcrumb_one) %></li> <li class="active"><%= yield(:phc_breadcrumb_two) %></li> </ol> <!-- Bread Crumb --> </div> <div class="col-sm-4"> <div class="title-action"> <%= link_to phcpresspro.article_posts_path, class: "btn btn-default" do %> <i class="fa fa fa-arrow-left"></i> Back to Article Index <% end %> </div> </div> </div> <!-- Page Header --> <!-- Page Content --> <div class="wrapper wrapper-content animated fadeInRight"> <%= render 'form', article_post: @article_post %> </div> <!-- Page Content -->
Version data entries
98 entries across 98 versions & 1 rubygems