Sha256: 49b7175987114f577a8683f0a3aeb3a2cce4bfbd10160654b3a171ebe95cfa98
Contents?: true
Size: 921 Bytes
Versions: 5
Compression:
Stored size: 921 Bytes
Contents
<div class="row mb-4"> <div class="col-sm-12"> <h4 class="mb-2"> <%= consumer_group.id %> </h4> <hr/> </div> </div> <div class="row mb-5"> <div class="col-sm-12 table-responsive"> <table class="processes bg-white table table-hover table-bordered table-striped mb-0 align-middle"> <thead> <tr class="align-middle"> <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
5 entries across 5 versions & 1 rubygems