Sha256: 4de8a38329e72dabdfc2c9519bf7339a07c8b74c27973c74a31f3c4b5c6656c0
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
<!-- PHCTitleSEO Title Variables --> <% phc_title "Command Lists Manager" %> <% phc_title_tagline "Update Command List" %> <% phc_breadcrumb_one yield(:phc_title_tagline) %> <% phc_breadcrumb_two link_to "Command List Index", phcdevworks_tutorials.command_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', command_post: @command_post %> <!-- Edit Form --> </div> <!-- Panel - Body --> </div> <!-- Panel --> <%= link_to 'Back', command_posts_path %>
Version data entries
3 entries across 3 versions & 1 rubygems