socialforge/app/views/memos/_form.html.erb

3 lines
180 B
Plaintext
Raw Normal View History

2013-11-23 20:02:15 +08:00
<%= error_messages_for 'bid' %>
<p><%= f.text_field :content, :required => true, :size => 60, :style => "width:150px;" %></p>
<p><%= hidden_field_tag 'subject'||=@memo.subject %>