Sha256: cb4f8f6b80433c231d8ba9bf48a16a9ffa925fde151ef1e0bb757a29b61812ae
Contents?: true
Size: 744 Bytes
Versions: 6
Compression:
Stored size: 744 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>Type</th> <th><%== sort_link(:active?) %></th> <th></th> </tr> </thead> <tbody> <% consumer_group.topics.each do |topic| %> <%== partial( 'routing/topic', locals: { subscription_group: topic.subscription_group, topic: topic } ) %> <% end %> </tbody> </table> </div> </div>
Version data entries
6 entries across 6 versions & 1 rubygems