Sha256: 57b7c879a5710fd09d610f3b5250697b77faa4dbb94d4cdb4213aa43d24a7295
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
<!-- PHCTitleSEO Title Variables --> <% phc_title "List Manager" %> <% phc_title_tagline "Update List Item" %> <% phc_breadcrumb_one yield(:phc_title) %> <% phc_breadcrumb_two link_to "List Item Index", phcdevworks_press.list_posts_path %> <!-- PHCTitleSEO Title Variables --> <!-- Page Bradcrumbs --> <ol class="breadcrumb float-xl-end"> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li> <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li> </ol> <!-- Page Bradcrumbs --> <!-- Page Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- Page Header --> <!-- Panel --> <div class="panel panel-inverse"> <!-- Panel - Heading --> <div class="panel-heading"> <h4 class="panel-title"><%= yield(:phc_title) %></h4> </div> <!-- Panel - Heading --> <!-- Panel - Body --> <div class="panel-body"> <!-- Edit Form --> <%= render "form", { form_url: list_post_item_path } %> <!-- Edit Form --> </div> <!-- Panel - Body --> </div> <!-- Panel -->
Version data entries
3 entries across 3 versions & 1 rubygems