Sha256: 730e8fae30d49e854f674f0a04c02bbe8e870fffc4305e730ffce5a790d21016

Contents?: true

Size: 315 Bytes

Versions: 37

Compression:

Stored size: 315 Bytes

Contents

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

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.49 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.48 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.47 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.46 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.45 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.44 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.43 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.42 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.41 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.40 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.39 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.38 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.37 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.36 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.35 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.34 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.33 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.31 app/views/layouts/_activity_wrapper.html.haml
tawork-0.0.30 app/views/layouts/_activity_wrapper.html.haml