Sha256: 2a4fa3611cba1fa7876821d19b3de61fc044244382b24ba50ed5c6788ae0c31d

Contents?: true

Size: 385 Bytes

Versions: 41

Compression:

Stored size: 385 Bytes

Contents

<div>
  <table class='table table-condensed'>
    <tr>
      <th><%= N_('ID') %></th>
      <td><%= link_to(task_group.id, foreman_tasks_task_group_url(task_group)) %></td>
    </tr>
    <tr>
      <th><%= N_('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

41 entries across 41 versions & 1 rubygems

Version Path
foreman-tasks-0.11.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.11.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.11.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.9 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.11.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.8 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.7 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.6 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.4 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.9.6 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.9.5 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.10.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.9.4 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.9.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.9.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.9.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.9.0 app/views/foreman_tasks/task_groups/_common.html.erb