Sha256: 9d88998388b64583d0aab350deb441f1c18cc3ac672debae89fae86cc527ccab

Contents?: true

Size: 502 Bytes

Versions: 172

Compression:

Stored size: 502 Bytes

Contents

<div class="widget users">
  <table class="list">
    <tr>
      <th colspan="2"><%= Alchemy.t('Who else is online') %></th>
    </tr>
  <% if @online_users.blank? %>
    <tr>
      <td colspan="2"><%= Alchemy.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

172 entries across 172 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.1.13 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.0.16 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/dashboard/widgets/_users.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-7.0.15 app/views/alchemy/admin/dashboard/_users.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/dashboard/_users.html.erb