Sha256: cbedbcc6a190f05eab4b15038336342ee5abc33bfde18a4e3f132b81b5174879

Contents?: true

Size: 435 Bytes

Versions: 8

Compression:

Stored size: 435 Bytes

Contents

.yui-b.sidebar
  = render :partial => 'shared/admin_nav'

#yui-main
  -box :class => "yui-b" do
    %h3=:editing_tag.l
    = form_for(:tag, :url => tag_path(@tag), :html => { :method => :put, :class => "MainForm" }) do |f|

      %label
        =:name.l
        \:
      = f.text_field :name

      %p
        = submit_tag :update.l

    = link_to :show.l, tag_path(@tag)
    |
    = link_to :back.l, admin_tags_path(:action=>:manage)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/tags/edit.html.haml
community_engine-2.3.1 app/views/tags/edit.html.haml
community_engine-2.3.0 app/views/tags/edit.html.haml
community_engine-2.1.0 app/views/tags/edit.html.haml
community_engine-2.0.0 app/views/tags/edit.html.haml
community_engine-2.0.0.beta3 app/views/tags/edit.html.haml
community_engine-2.0.0.beta2 app/views/tags/edit.html.haml
community_engine-2.0.0.beta1 app/views/tags/edit.html.haml