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

3 lines
180 B
Plaintext

<%= error_messages_for 'bid' %>
<p><%= f.text_field :content, :required => true, :size => 60, :style => "width:150px;" %></p>
<p><%= hidden_field_tag 'subject'||=@memo.subject %>