Sha256: 1fd596534d1300b027d7e9a76af9f33f3daef6d111df68ab877bc9416b83284d

Contents?: true

Size: 405 Bytes

Versions: 31

Compression:

Stored size: 405 Bytes

Contents

<div>
  <table class='<%= table_css_classes('table-condensed') %>'>
    <tr>
      <th><%= _('ID') %></th>
      <td><%= link_to(task_group.id, foreman_tasks_task_group_url(task_group)) %></td>
    </tr>
    <tr>
      <th><%= _('Task count') %></th>
      <td><%= link_to(task_group.tasks.count, foreman_tasks_tasks_url(:search => "task_group.id = #{task_group.id}")) %></td>
    </tr>
  </table>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
foreman-tasks-10.0.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-10.0.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-10.0.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.2.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.2.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.2.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.2.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.1.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.0.4 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.1.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.0.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.0.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-8.3.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-9.0.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-8.2.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-8.1.4 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-8.3.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-8.3.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-8.1.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-8.3.0 app/views/foreman_tasks/task_groups/_common.html.erb