Sha256: de3fcc275b85430e55c05ae3ecdaed7c68f57492e5046d4a7b5a0564d87d5d11

Contents?: true

Size: 314 Bytes

Versions: 8

Compression:

Stored size: 314 Bytes

Contents

%section.new-post
  .admin-title-header
    %h2 New Post
    = link_to "Back to Posts", admin_posts_path
  = form_for @post, url: admin_posts_path, method: :post do |f|
    = render partial: 'exposition/admin/shared/error_handler', locals: { model: @post }
    = render partial: 'form_fields', locals: { form: f }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
exposition-0.0.5.7.pre.alpha app/views/exposition/admin/posts/new.html.haml
exposition-0.0.5.6.pre.alpha app/views/exposition/admin/posts/new.html.haml
exposition-0.0.5.5.pre.alpha app/views/exposition/admin/posts/new.html.haml
exposition-0.0.5.4.pre.alpha app/views/exposition/admin/posts/new.html.haml
exposition-0.0.5.2.pre.alpha app/views/exposition/admin/posts/new.html.haml
exposition-0.0.5.1.pre.alpha app/views/exposition/admin/posts/new.html.haml
exposition-0.0.5.pre.alpha app/views/exposition/admin/posts/new.html.haml
exposition-0.0.4.pre.alpha app/views/exposition/admin/posts/new.html.haml