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