<%= link_to queue.name, application_queue_path(@application, queue.name) %> <% if queue.paused? %> Paused <% end %> <%= queue.size %> <% if queue_pausing_supported? %> <%= render "mission_control/jobs/queues/actions", queue: queue %> <% end %>