Sha256: 2e77e172340f111b060e95bc21a7b5ae6ce3f7b0058e0a0777fc0f30849143a8

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

<%= form_for @topic do |f| %>
  <p>
  <%= f.label :subject %>
  <%= f.text_field :subject %>
  </p>

  <%= f.fields_for :posts do |post| %>
    <%= render :partial => "forem/posts/form", :locals => { :post => post} %>
  <% end %>
  <%= f.submit %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prusswan-forem-0.0.2 app/views/forem/topics/_form.html.erb