mcfiredrill/forttree

View on GitHub
app/views/leafs/new.html.erb

Summary

Maintainability
Test Coverage
<h1>New leaf</h1>
<p>
  <b>Last post in this thread:</b>
  <%= @branch.last_post_at %>
</p>

<div class="replyheader">Posting mode: Reply</div>

<%= render :partial => "layouts/form", :locals => { :newpost => @leaf, :leaf => @leaf, :branch => @branch } %>
<%= render @branch %>