Sha256: f692930c08ef9401d69f680be88989131e662dc6c0ba6ecb2db9e1fa9b784f92
Contents?: true
Size: 825 Bytes
Versions: 9
Compression:
Stored size: 825 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", phcdevworks_press.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 --> <!-- Form to Edit Article Post --> <%= render 'form', article_post: @article_post %> <!-- Form to Edit Article Post -->
Version data entries
9 entries across 9 versions & 1 rubygems