Sha256: 065553388333f7d7c7bfce6ac8ff08f0242f97a2485bea3e0af33bbbe70fc33e
Contents?: true
Size: 332 Bytes
Versions: 10
Compression:
Stored size: 332 Bytes
Contents
%section.new-tag .admin-title-header %h2 Edit Tag = link_to "Back to Tags", admin_tags_path = form_for @tag, url: admin_tag_path(@tag), method: :patch 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
10 entries across 10 versions & 2 rubygems