Sha256: 072564ee17458a57d927eb0fc387770dc62cd031a0540cec55b7530c7951650c

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

<div id="breadcrumbs">
  <%= link_to SimpleForum.root_application_name, root_path %>
  &gt;
  <%= link_to 'Forum', simple_forum.root_path %>
  &gt;
  <%= link_to @forum.name, simple_forum.forum_path(@forum) %>
  &gt;
  <%= t('.new_topic') %>
</div>

<%= form_for @topic, :as => :topic, :url => simple_forum.forum_topics_path(@forum) do |f| %>
    <p>
      <%= f.label :title %><br/>
      <%= f.text_field :title %>
    </p>
    <p>
      <%= f.label :body %><br/>
      <%= f.text_area :body %>
    </p>
    <p>
      <%= f.submit %>
    </p>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_forum-0.0.2 app/views/simple_forum/topics/new.html.erb