Sha256: 5c9af8d634a6cfd5cdc600379b3a894521f5d55bbdbcdf00612474d5f608db19
Contents?: true
Size: 270 Bytes
Versions: 7
Compression:
Stored size: 270 Bytes
Contents
#{form_for(@post, :method => :post, :action => Posts.r(:save)) do |f| f.input_hidden(:id) f.input_text('Title', :title) f.g.p('You can use Markdown when writing your post.') f.textarea('Body', :body, :rows => 15, :cols => 70) f.input_submit('Submit') end}
Version data entries
7 entries across 7 versions & 1 rubygems