Sha256: 0286b69d92205ede93afabb13698486ae7c841b9f83fa63af39afb29fd13d911

Contents?: true

Size: 436 Bytes

Versions: 44

Compression:

Stored size: 436 Bytes

Contents

<div class="widget">
  <h2><%= _t('Who else is online') %>:</h2>
  <table>
  <% if @online_users.blank? %>
    <tr class="even">
      <td><%= _t('no users') %></td>
    </tr>
  <% else %>
    <% @online_users.each do |user| %>
    <tr class="<%= cycle('even', 'odd') %>">
      <td><%= user.name %></td>
      <td>
        <small><%= user.human_roles_string %></small>
      </td>
    </tr>
    <% end %>
  <% end %>
  </table>
</div>

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/dashboard/_users.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/dashboard/_users.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-2.9.1 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.0.4 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/admin/dashboard/_users.html.erb