Sha256: c6c5ae16563b03430294f6682ebb831b9f7c2b808c079257f923d0458fd20993
Contents?: true
Size: 796 Bytes
Versions: 3
Compression:
Stored size: 796 Bytes
Contents
<!-- Title System --> <% phc_title "Article Manager" %> <% phc_title_tagline "Update Article" %> <% phc_breadcrumb_one yield(:phc_title) %> <% phc_breadcrumb_two link_to "Article Index", phcpresspro.article_posts_path %> <% phc_breadcrumb_three yield(:phc_title_tagline) %> <!-- Title System --> <!-- Page Bradcrumbs --> <ol class="breadcrumb pull-right"> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li> <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li> </ol> <!-- Page Bradcrumbs --> <!-- Page Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- Page Header --> <!-- Page Content --> <%= render 'form', article_post: @article_post %> <!-- Page Content -->
Version data entries
3 entries across 3 versions & 1 rubygems