Sha256: 5d9852b6448a4267dff039c31818aac71610b69f8d54c5f6222845f4ef4983ca

Contents?: true

Size: 416 Bytes

Versions: 9

Compression:

Stored size: 416 Bytes

Contents

<!-- Title System -->
<% phc_title "Article Manager" %>
<% phc_title_tagline "Create a New Article" %>
<% phc_breadcrumb_one link_to "Article Index", phcpress.article_posts_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<%= render 'form', article_post: @article_post %>
</div>
<!-- Page Content -->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcpress-50.0.0 app/views/phcpress/article/posts/new.html.erb
phcpress-49.0.0 app/views/phcpress/article/posts/new.html.erb
phcpress-48.0.0 app/views/phcpress/article/posts/new.html.erb
phcpress-47.1.0 app/views/phcpress/article/posts/new.html.erb
phcpress-47.0.0 app/views/phcpress/article/posts/new.html.erb
phcpress-46.0.0 app/views/phcpress/article/posts/new.html.erb
phcpress-45.0.0 app/views/phcpress/article/posts/new.html.erb
phcpress-44.0.0 app/views/phcpress/article/posts/new.html.erb
phcpress-43.0.0 app/views/phcpress/article/posts/new.html.erb