Sha256: de19d0b425aa9768aba82b7c23d3ffc4ab542ee7ad238c71a0f193704d7b121b

Contents?: true

Size: 339 Bytes

Versions: 13

Compression:

Stored size: 339 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

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/shared/_comment.html.haml
fat_free_crm-0.22.0 app/views/shared/_comment.html.haml
fat_free_crm-0.21.0 app/views/shared/_comment.html.haml
fat_free_crm-0.20.1 app/views/shared/_comment.html.haml
fat_free_crm-0.20.0 app/views/shared/_comment.html.haml
fat_free_crm-0.19.2 app/views/shared/_comment.html.haml
fat_free_crm-0.19.0 app/views/shared/_comment.html.haml
fat_free_crm-0.18.2 app/views/shared/_comment.html.haml
fat_free_crm-0.17.3 app/views/shared/_comment.html.haml
fat_free_crm-0.18.1 app/views/shared/_comment.html.haml
fat_free_crm-0.18.0 app/views/shared/_comment.html.haml
fat_free_crm-0.17.2 app/views/shared/_comment.html.haml
fat_free_crm-0.17.1 app/views/shared/_comment.html.haml