Sha256: 05c94d9cb557c7b17ecda2a700acdba82fefa308afd9dbcd84c2031a1a27310b
Contents?: true
Size: 835 Bytes
Versions: 3
Compression:
Stored size: 835 Bytes
Contents
<!-- PHCTitleSEO Title Variables --> <% phc_title "Lists Manager" %> <% phc_title_tagline "Create a New List" %> <% phc_breadcrumb_one yield(:phc_title) %> <% phc_breadcrumb_two link_to "List Index", phcdevworks_press.list_posts_path %> <% phc_breadcrumb_three yield(:phc_title_tagline) %> <!-- PHCTitleSEO Title Variables --> <!-- Page 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> <!-- Page Bradcrumbs --> <!-- Page Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- Page Header --> <!-- New Form --> <%= render 'form', list_post: @list_post %> <!-- New Form -->
Version data entries
3 entries across 3 versions & 1 rubygems