Sha256: 87e633e742ee846d38c60adf0ac1af9c0e0a83621524bcf7448af21149d9cbfa
Contents?: true
Size: 889 Bytes
Versions: 4
Compression:
Stored size: 889 Bytes
Contents
<!-- -PHCDEV- Title Variables --> <% phc_title "Article Manager" %> <% phc_title_tagline "Create a New 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) %> <!-- -PHCDEV- Title Variables --> <!-- -PHCDEV- Bradcrumbs --> <ol class="breadcrumb float-xl-end"> <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> <!-- -PHCDEV- Bradcrumbs --> <!-- -PHCDEV- Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- -PHCDEV- Bradcrumbs --> <!-- -PHCDEV- Form for New Article Post --> <%= render "form", article_post: @article_post %> <!-- -PHCDEV- Form for New Article Post -->
Version data entries
4 entries across 4 versions & 1 rubygems