Sha256: a05a206d9f9625a39942c1a66b8a29862c277a4446e409a504ca89f8b535c58f
Contents?: true
Size: 421 Bytes
Versions: 1
Compression:
Stored size: 421 Bytes
Contents
<h1>New Conversation</h1> <%= form_for(@conversation, :url => user_conversations_path) do |f| %> <div> <%= f.label :to_tokens %> <%= f.text_field :to_tokens %> </div> <div> <%= f.label :subject %> <%= f.text_field :subject %> </div> <%= f.fields_for :messages do |m| %> <div> <%= m.label :body %><br /> <%= m.text_area :body %> </div> <% end %> <%= f.submit %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conversations-0.0.1 | app/views/conversations/conversations/new.html.erb |