Sha256: 2e7ad7e8bd5403f837fb1a10fe87eb44761ef9c62209ccfbfbde3ed66698da94
Contents?: true
Size: 810 Bytes
Versions: 26
Compression:
Stored size: 810 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 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 --> <!-- New Form --> <%= render 'form', list_post: @list_post %> <!-- New Form -->
Version data entries
26 entries across 26 versions & 1 rubygems