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