Sha256: 050e0d71c8a8061e65b777bcc784011cec3bffb7a932b50b6f656749eac56b5c

Contents?: true

Size: 1.17 KB

Versions: 32

Compression:

Stored size: 1.17 KB

Contents

<!-- PHCTitleSEO Title Variables -->
<% phc_title "Command Item Manager" %>
<% phc_title_tagline "Update Command Item" %>
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<% phc_breadcrumb_two link_to "Command Items Index", phcdevworks_tutorials.command_post_items_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', { form_url: command_post_item_path } %>
				<!-- Edit Form -->

			</div>
			<!-- Panel - Body -->

		</div>
		<!-- Panel -->

	</div>
</div>
<!-- Page Content -->

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
phcdevworks_tutorials-12.1.1 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-12.1.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-12.0.5 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-12.0.4 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-12.0.3 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-12.0.2 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-12.0.1 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-12.0.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-11.3.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-11.2.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-11.1.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-11.0.2 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-11.0.1 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-11.0.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-10.0.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-9.0.1 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-9.0.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-8.0.1 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-8.0.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb
phcdevworks_tutorials-7.0.0 app/views/phcdevworks_tutorials/command/items/edit.html.erb