Sha256: 84159ce954af87c8df9e2876934b9d7d450f5a28ad37d8d72136a6166e5ba06a

Contents?: true

Size: 207 Bytes

Versions: 48

Compression:

Stored size: 207 Bytes

Contents

%br
= form_tag admin_mail_list_path, remote: true do
  = select_tag :emails, options_for_select(@users), multiple: true
  %br
  = text_field_tag :subject
  %br
  = text_area_tag :message
  %br
  = submit_tag

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta25 app/views/my_forum/admin/mail/index.haml
my_forum-0.0.1.beta24 app/views/my_forum/admin/mail/index.haml
my_forum-0.0.1.beta23 app/views/my_forum/admin/mail/index.haml
my_forum-0.0.1.beta22 app/views/my_forum/admin/mail/index.haml
my_forum-0.0.1.beta21 app/views/my_forum/admin/mail/index.haml
my_forum-0.0.1.beta20 app/views/my_forum/admin/mail/index.haml
my_forum-0.0.1.beta19 app/views/my_forum/admin/mail/index.haml
my_forum-0.0.1.beta18 app/views/my_forum/admin/mail/index.haml