Sha256: 18ea2d437fc91a84d7610e069e88601ec759b4f5b3d72297aa60d476afa46ff0

Contents?: true

Size: 324 Bytes

Versions: 12

Compression:

Stored size: 324 Bytes

Contents

.activity
  .body
    .mega-icon
    = timeago_tag a.created_at, date_only: false
    .title
      - if a.owner
        = link_to a.owner.username, "#"
      - else
        someone
      = content_for :action
    .details
      .avatar
      = yield
  :coffeescript
    $ ->
      #TODO: fix hack.
      $("time").timeago()

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tawork-0.0.12 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.11 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.10 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.9 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.8 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.7 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.6 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.5 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.4 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.3 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.2 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.1 app/views/layouts/_activity_wrapper.html.haml