Sha256: e3f5f7146ce25fd515bc49f8d421d2edfa88b2211e531ae239ad0bb538a10920
Contents?: true
Size: 674 Bytes
Versions: 5
Compression:
Stored size: 674 Bytes
Contents
<%== title = [@topic.consumer_group.name, @topic.subscription_group, @topic.name].join(': ') view_title(title, hr: true) %> <div class="container"> <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"> <tbody> <% flat_hash(@topic.to_h).each do |k, v| %> <%== partial( 'routing/detail', locals: { k: k, v: v } ) %> <% end %> </tbody> </table> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems