Sha256: 6a1fe34b05b1a82afc99b2dee2ccf4975ac022d72c53f140869e9bada4e15121
Contents?: true
Size: 836 Bytes
Versions: 7
Compression:
Stored size: 836 Bytes
Contents
<div class="col-span-12 mb-3"> <h2 class="h2"> <%= consumer_group.id %> </h2> <div class="data-table-wrapper"> <table class="data-table"> <thead> <tr> <th>Subscription group</th> <th><%== sort_link('Topic', :name) %></th> <th><%== sort_link(:active?) %></th> <th></th> </tr> </thead> <tbody> <% consumer_group.subscription_groups.each do |subscription_group| %> <% subscription_group.topics.each do |topic| %> <%== partial( 'routing/topic', locals: { subscription_group: subscription_group, topic: topic } ) %> <% end %> <% end %> </tbody> </table> </div> </div>
Version data entries
7 entries across 7 versions & 1 rubygems