Sha256: afaeda8cda52e19c2dd80bf4884bacbecf513f24a48e8eaa3a719f3fff8d0020

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

<!-- -PHCDEV- Title Variables -->
<% phc_title "Portfolio Manager" %>
<% phc_title_tagline "Update Project Post" %>
<% phc_breadcrumb_one link_to "Project List", phcdevworks_portfolio.project_posts_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- -PHCDEV- Title Variables -->

<!-- -PHCDEV- 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>
<!-- -PHCDEV- Bradcrumbs -->

<!-- -PHCDEV- Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- -PHCDEV- Header -->

<!-- -PHCDEV- Panel -->
<div class="panel panel-inverse">

	<!-- -PHCDEV- Panel - Heading -->
	<div class="panel-heading">
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<!-- -PHCDEV- Panel - Heading -->

	<!-- -PHCDEV- Panel - Body -->
	<div class="panel-body">

		<!-- -PHCDEV- Edit Form -->
		<%= render "form", project_post: @project_post %>
		<!-- -PHCDEV- Edit Form -->

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_portfolio-11.0.2 app/views/phcdevworks_portfolio/project/posts/edit.html.erb
phcdevworks_portfolio-11.0.1 app/views/phcdevworks_portfolio/project/posts/edit.html.erb
phcdevworks_portfolio-11.0.0 app/views/phcdevworks_portfolio/project/posts/edit.html.erb