<%= f.label :title %> <%= f.text_field :title, :size => 50 %>
<%= f.text_area :first_post, :rows => 15, :cols => 108 %>
<%= f.submit 'Create the topic' %>