Sha256: 121122136975b46ab620d8786904098b6a088664a6a3008f488a8f0d85bc433d
Contents?: true
Size: 351 Bytes
Versions: 5
Compression:
Stored size: 351 Bytes
Contents
= twitter_form_for [:admin, @<%= @instance_name %>] do |f| = field_set do = f.errors = flash_messages = f.string :title = f.image_upload :announce_image, version: :thumb, size: '300x200' = f.textarea :announce, rows: 5 = f.wysiwyg :body = f.checkbox :published = f.datetime :published_at = standard_actions(f)
Version data entries
5 entries across 5 versions & 1 rubygems