Sha256: 775d344b3e6220f4c3e2f5484f9261c64c64d62493daf01df448a97f2a195d19
Contents?: true
Size: 799 Bytes
Versions: 4
Compression:
Stored size: 799 Bytes
Contents
<!-- Title System --> <% phc_title "Article Manager" %> <% phc_title_tagline "Create a New Article" %> <% phc_breadcrumb_one yield(:phc_title) %> <% phc_breadcrumb_two link_to "Article Index", phcpress.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
4 entries across 4 versions & 1 rubygems