Sha256: 75d1f2eb56e15fd78c94e6342b73c33c597ce1ec774873131fd901b49e85b748

Contents?: true

Size: 650 Bytes

Versions: 7

Compression:

Stored size: 650 Bytes

Contents

.container-fluid
  - @forum_categories.each do |category|
    .row.category-header
      .col-md-12= category.name

    .row.category-forums
      .col-md-12.category-forums-container
        .box
          - category.forums.each do |forum|
            .row.forum-row
              .col-md-1.col-sm-1= forum_status_img(forum)
              .col-md-6.col-sm-6= forum_name(forum)
              .col-md-2.col-sm-2.forum-info= forum_stat(forum)
              .col-md-3.col-sm-3.forum-last-message-info= forum_last_message_info(forum)

  #online_users.well
    = t('.users_online')
    = online_users
    %br
    = t('.today_online')
    = today_was_users

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta8 app/views/my_forum/welcome/index.haml
my_forum-0.0.1.beta7 app/views/my_forum/welcome/index.haml
my_forum-0.0.1.beta5 app/views/my_forum/welcome/index.haml
my_forum-0.0.1.beta4 app/views/my_forum/welcome/index.haml
my_forum-0.0.1.beta3 app/views/my_forum/welcome/index.haml
my_forum-0.0.1.beta2 app/views/my_forum/welcome/index.haml
my_forum-0.0.1.beta1 app/views/my_forum/welcome/index.haml