Sha256: 4a429ede4ae0f6ec8e8427b52a07c92b35a1318524fff646aa3bd5050a4dfe7e

Contents?: true

Size: 325 Bytes

Versions: 8

Compression:

Stored size: 325 Bytes

Contents

%section.new-tag
  .admin-title-header
    %h2 New Tag
    = link_to "Back to Tags", admin_tags_path
  = form_for @tag, url: admin_tags_path, method: :post do |f|
    = render partial: 'exposition/admin/shared/error_handler', locals: { model: @tag }
    %p
      = f.label :label
      = f.text_field :label
    %p= f.submit

Version data entries

8 entries across 8 versions & 1 rubygems

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