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-1.0.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.17.5 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.17.4 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.17.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.17.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.16.3 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.17.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.11 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.16.2 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.10 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.16.1 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.17.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.9 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.8 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.14.6 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.7 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.16.0 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.6 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.5 app/views/foreman_tasks/task_groups/_common.html.erb
foreman-tasks-0.15.4 app/views/foreman_tasks/task_groups/_common.html.erb