Sha256: 03b59a1150c140cabfa04572f9bf1ec82d50db737f9f1b8910ff7f778330fba0
Contents?: true
Size: 341 Bytes
Versions: 4
Compression:
Stored size: 341 Bytes
Contents
<h1>New comment</h1> <h2> <%= link_to @post.title.titleize, edit_sofa_blog_admin_post_path(@post) %> <% @post.tags.each do |tag| %> <span class="tag"><%= tag.name %></span> <% end %> </h2> <%= sofa_blog_form_for @comment, :as => :comment, :url => {:action => :create} do |form| %> <%= render :partial => form %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems