% content_for :heading do %>
<%= t'message.new.subject' %> | <%= f.text_field :title, :size => 60, :value => @subject %> |
<%= t'message.new.body' %> | <%= richtext_area :message, :body, :cols => 80, :value => @body %> |
<%= submit_tag t('message.new.send_button') %> |