Sha256: b7a5f778817768840c5f7996c990302089947c9b872c80a08095979f51b76298

Contents?: true

Size: 407 Bytes

Versions: 78

Compression:

Stored size: 407 Bytes

Contents

<div>
  <table class='<%= table_css_classes('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

78 entries across 78 versions & 1 rubygems

Version Path
foreman-tasks-6.0.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-7.0.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-6.0.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-4.1.6 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.2.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-6.0.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.2.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-6.0.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.2.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.3.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.2.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.1.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.1.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-4.1.5 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-4.1.4 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-4.1.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-3.0.6 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-5.0.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-4.1.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-4.1.1 app/views/foreman_tasks/task_groups/_common.html.erb