Sha256: 39e4669319a87140458229ad6314561f9173a1d0605ffaba7386fa6c205a23ba
Contents?: true
Size: 711 Bytes
Versions: 8
Compression:
Stored size: 711 Bytes
Contents
.yui-b.sidebar = render :partial => 'shared/admin_nav' #yui-main -box :class => "yui-b" do %h3=:editing_category.l = form_for(:category, :url => category_path(@category), :html => { :method => :put, :class => "MainForm" }) do |f| %label =:name.l \: = f.text_field :name %label =:posting_tips.l \: = f.text_area :tips, :rows => 3 %label =:new_post_text.l \: = f.text_field :new_post_text %label =:navigation_menu_text.l \: = f.text_field :nav_text %p = submit_tag :update.l = link_to :show.l, category_path(@category) | = link_to :back.l, categories_path
Version data entries
8 entries across 8 versions & 1 rubygems