Sha256: 7419c63ff34722b2df836abd782d1890c4ac07525b5feee42ac6aa679e1cad58
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
<%= breadcrumb_for(@topic) %> <h2><%= t('.new') %></h2> <%= semantic_form_for([@topic, @post]) do |f| %> <%= render f %> <%= f.buttons do %> <%= f.commit_button %> <% end %> <% end %> <ol class="list formol_topic_posts last_fives"> <%= render @topic.posts.last_fives, :topic => @topic, :last_fives => true %> </ol>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formol-0.0.6 | app/views/formol/posts/new.html.erb |
formol-0.0.5 | app/views/formol/posts/new.html.erb |
formol-0.0.4 | app/views/formol/posts/new.html.erb |