Sha256: fe9f966071bc5559ba702afde00bdd1b2b1136c89ea1d541efa6e59ed83334a9

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

<% @trend.find_hosts.in_groups(4, false) do |group| %>
  <div class="col-md-3">
    <td>
      <% group.each do |host| %>
        <ul class="base">
          <li>
            <%= link_to(host, main_app.host_path(id: host), title: _("Show Host")) %>
          </li>
        </ul>
      <% end %>
    </td>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_statistics-2.1.0 app/views/foreman_statistics/trends/_hosts.html.erb
foreman_statistics-2.0.1 app/views/foreman_statistics/trends/_hosts.html.erb
foreman_statistics-2.0.0 app/views/foreman_statistics/trends/_hosts.html.erb
foreman_statistics-1.2.0 app/views/foreman_statistics/trends/_hosts.html.erb