Sha256: 0a02c0d25d05cfd8b2b113e5299d1f1b302d287ac8a91b67718f2d451eb20140
Contents?: true
Size: 831 Bytes
Versions: 11
Compression:
Stored size: 831 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 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>Topic</th> <th>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
11 entries across 11 versions & 1 rubygems