Sha256: a25e12847b21b0e9ee16c841a42d72d3e036d7a73ccb98fe64af39ccf151a389
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
.container-fluid .row .col-md-2 = render partial: 'sidebar' .col-md-10 %h2= t('.new_private_message') = errors_for @pm = form_for @pm, url: private_messages_path, role: 'form' do |form| .form-group= form.text_field :recipient, class: 'subject form-control', placeholder: t('.recipient') .form-group= form.text_field :subject, class: 'subject form-control', placeholder: t('.subject') .form-group= form.text_area :body, class: 'body form-control', placeholder: t('.body') = form.submit class: 'btn btn-primary btn-sm'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my_forum-0.0.1.beta1 | app/views/my_forum/private_messages/new.haml |