Sha256: 89a001ec84c25bdc192f60867b2a6e4ae093fa1526d2097f48bf89ce196188e9

Contents?: true

Size: 1.18 KB

Versions: 34

Compression:

Stored size: 1.18 KB

Contents

<!-- PHCTitleSEO Title Variables -->
<% phc_title "Tutorial Post Manager" %>
<% phc_title_tagline "Update Tutorial Category" %>
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<% phc_breadcrumb_two link_to "Category Index", phcdevworks_tutorials.tutorial_categories_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", tutorial_category: @tutorial_category %>
				<!-- Edit Form -->

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

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

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

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.11.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.10.2 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.10.1 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.10.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.9.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.8.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.7.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.6.4 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.6.3 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.6.2 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.6.1 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.6.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.5.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.4.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.3.1 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.3.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.2.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.1.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-6.0.0 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb
phcdevworks_tutorials-5.2.2 app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb