Sha256: baabf6ec6a78ae1919bdae55681aa91be23f949ca50f14ca3dc5d5654dc5d224

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

.profile-popover
  .row
    .col-sm-5
      = t('my_forum.profile_popover.posts_count')
    .col-sm-4
      = user.posts_count

  .row
    .col-sm-5
      = t('my_forum.profile_popover.registered_at')
    .col-sm-4
      = time(user.created_at)

  .row
    .col-sm-5
      = t('my_forum.profile_popover.status')
    .col-sm-4
      = is_online_user?(user.login) ? t('my_forum.profile_popover.online') : t('my_forum.profile_popover.offline')

  .row.pm
    .col-sm-12
      = link_to t('my_forum.profile_popover.write_pm'), new_private_message_path(to: user.login), class: 'btn btn-xs btn-warning'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta32 app/views/my_forum/topics/_profile_popover.haml
my_forum-0.0.1.beta31 app/views/my_forum/topics/_profile_popover.haml
my_forum-0.0.1.beta30 app/views/my_forum/topics/_profile_popover.haml
my_forum-0.0.1.beta29 app/views/my_forum/topics/_profile_popover.haml