Sha256: d6e4acbed5f037ca6e92dde84d3d62528335e6673db2e81acf368da98cac2a58
Contents?: true
Size: 575 Bytes
Versions: 5
Compression:
Stored size: 575 Bytes
Contents
= error_messages_for :dispatch = form_for [:forge, @dispatch] do |f| #form-header= title_row(:explanation => "Give your dispatch a subject.", :title => "Subject") { f.text_field :subject, :class => 'title' } .inner-form .column.full.last = content_row("Content", :explanation => "This is the content that will appear in the body of the email.") { f.cktext_area :content, :width => '100%', :height => '300px;' } .spacer #item-list-bottom .float-right Everything look good? = button_link "Save", "javascript:;", :class => "submit button"
Version data entries
5 entries across 5 versions & 1 rubygems