Sha256: 5b5b675339aa4ae7683b84747819eca63f6fde20b96ec924c52e2f2de30623a8
Contents?: true
Size: 886 Bytes
Versions: 5
Compression:
Stored size: 886 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", phcpress.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
5 entries across 5 versions & 1 rubygems