Sha256: 57d524e17711d8ba28fd617b57eabdf406165329fc6067e333132da5512a0e24
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 Bytes
Contents
<% # Clients of this partial must provide the following variables: # comment # # Additionally, they can override the following variable: thread ||= nil no_remote ||= false %> <%= form_for([thread, comment], :remote => !no_remote) do |f| %> <p> <%= f.text_area :body, :rows => '7' %> </p> <p> <%= f.submit %> </p> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems