Sha256: c4ffd85e67b166572159870b5066086a71cd74c5e5f540e21a073046ec82204f
Contents?: true
Size: 457 Bytes
Versions: 24
Compression:
Stored size: 457 Bytes
Contents
%h3= "#{params[:action] == 'index' ? 'Add' : 'Edit'} Category" .explanation= params[:action] == "index" ? "You can create a new category here, just enter a title." : "Edit the category below and save." = form_for [:forge, @post_category], :builder => ForgeFormBuilder do |f| = error_messages_for :post_category = f.text_field :title, :label => false, :last => true, :inline => true %hr = button_link "Save", "javascript:;", :class => "submit button"
Version data entries
24 entries across 24 versions & 1 rubygems