Please look at the commented line.  I need help with the options to
fix the bug.  Thanks.


<li>
  <div class="profile-image">
    <%= image_link(comment.commenter, :image => :thumbnail) %>
    <%= image_tag "icons/comment.gif", :class => "icon" %>
  </div>
  <p class="meta published">
    <%= person_link comment.commenter %> said
    <%= time_ago_in_words(comment.created_at) %> ago
  </p>
  <%= display comment.body %>
  <%- if current_person?(comment.commenter) -%>
  <br/>
###  <%= link_to "delete", options = {}, :method => :delete %>
<%- end -%>

  <%- if current_person?(comment.commentable) -%>
  <br />
  <%= link_to "delete", person_comment_path(@person, comment),
                        :method => :delete %>
  <%- end -%>
</li>
--~--~---------~--~----~------------~-------~--~----~
Insoshi developer site: http://dogfood.insoshi.com/
Insoshi documentation: http://docs.insoshi.com/

You received this message because you are subscribed to the Google
Groups "Insoshi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/insoshi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to