Sha256: edc0bfcc6cad886121be9ff3bf5be40c35e1bade7cbbf857efa551d4af39d42a

Contents?: true

Size: 1.5 KB

Versions: 16

Compression:

Stored size: 1.5 KB

Contents

<!-- Title System -->
<% phc_title "Tutorial Post Manager" %>
<% phc_title_tagline "Update Tutorial Information" %>
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<% phc_breadcrumb_two link_to "Category Index", phcdevworks_tutorials.tutorial_categories_path %>
<!-- Title System -->

<!-- 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 -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- Page Header -->

<!-- Page & Panel Content -->
<div class="panel panel-inverse">
	<!-- Panel Heading -->
	<div class="panel-heading">
		<div class="panel-heading-btn">
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
		</div>
		<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
	</div>
	<!-- Panel Heading -->
	<!-- Panel Body -->
	<div class="panel-body">
		<!-- Form to Edit Tutorial Posts  -->
    <%= render 'form', tutorial_post: @tutorial_post %>
		<!-- Form to Edit Tutorial Posts  -->
	</div>
	<!-- Panel Body -->
</div>
<!-- Page & Panel Content -->

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
phcdevworks_tutorials-2.0.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.2.5 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.2.4 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.2.3 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.2.2 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.2.1 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.2.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.1.1 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.1.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.0.2 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.0.1 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-1.0.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-0.5.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-0.4.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-0.2.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb
phcdevworks_tutorials-0.1.0 app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb