Sha256: 7f59341b484d572b5861ae4f1ee3586dba6c9438a7d4e6e78de83ed60335cda3

Contents?: true

Size: 342 Bytes

Versions: 18

Compression:

Stored size: 342 Bytes

Contents

%li.highlight[comment]
  = link_to avatar_for(comment.user, :size => :small), user_path(comment.user)

  .tools
    = link_to_edit(comment) + " | "
    = link_to_delete(comment)

  .indentslim
    = link_to comment.user.full_name, user_path(comment.user)
    %tt= timeago(comment.created_at)
    %dt= auto_link(simple_format comment.comment)

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/shared/_comment.html.haml
fat_free_crm-0.15.2 app/views/shared/_comment.html.haml
fat_free_crm-0.16.4 app/views/shared/_comment.html.haml
fat_free_crm-0.14.1 app/views/shared/_comment.html.haml
fat_free_crm-0.15.1 app/views/shared/_comment.html.haml
fat_free_crm-0.16.3 app/views/shared/_comment.html.haml
fat_free_crm-0.16.2 app/views/shared/_comment.html.haml
fat_free_crm-0.16.1 app/views/shared/_comment.html.haml
fat_free_crm-0.16.0 app/views/shared/_comment.html.haml
fat_free_crm-0.15.0 app/views/shared/_comment.html.haml
fat_free_crm-0.15.0.beta.2 app/views/shared/_comment.html.haml
fat_free_crm-0.15.0.beta app/views/shared/_comment.html.haml
fat_free_crm-0.14.0 app/views/shared/_comment.html.haml
reduced_fat_crm-0.15.0.beta app/views/shared/_comment.html.haml
reduced_fat_crm-0.14.0 app/views/shared/_comment.html.haml
fat_free_crm-0.13.6 app/views/shared/_comment.html.haml
fat_free_crm-0.13.5 app/views/shared/_comment.html.haml
fat_free_crm-0.13.4 app/views/shared/_comment.html.haml