Sha256: 1a1756ed6dbed78acb99ab999a89ca199bbc27ea496d5ec4fbb2342a9c972ea0

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 Bytes

Contents

<%= render partial: 'kafka_command/shared/title', locals: { title: @cluster.to_human, subtitle: @cluster.description } %>

<div class="tabs">
  <ul>
    <li class="<%= tab_class('topics') %>"><%= link_to 'Topics', cluster_topics_path(@cluster) %></li>
    <li class="<%= tab_class('consumer_groups') %>"><%= link_to 'Consumer Groups', cluster_consumer_groups_path(@cluster) %></li>
    <li class="<%= tab_class('brokers') %>"><%= link_to 'Brokers', cluster_brokers_path(@cluster) %></li>
  </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kafka_command-0.0.3 app/views/kafka_command/clusters/_tabs.html.erb
kafka_command-0.0.2 app/views/kafka_command/clusters/_tabs.html.erb
kafka_command-0.0.1 app/views/kafka_command/clusters/_tabs.html.erb