Sha256: 00ef690ccca0abd718b9a09f71aa877368dfed5b51b77efbede0d1529c948a93
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 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 pull-right"> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li> <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li> </ol> <!-- Page Bradcrumbs --> <!-- Page Header --> <h2 class="page-header"><%= yield(:phc_title) %></h2> <!-- Page Header --> <!-- Page Content --> <div class="row"> <div class="col-lg-12"> <!-- 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 --> </div> </div> <!-- Page Content --> <%= link_to 'Back', command_posts_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_tutorials-12.2.0 | app/views/phcdevworks_tutorials/command/posts/new.html.erb |