Sha256: 868efd0f58e528c12dd568bf5037267eaeaaca511f7ba29e0f8fb96bb78a7237
Contents?: true
Size: 809 Bytes
Versions: 8
Compression:
Stored size: 809 Bytes
Contents
<li> <a href="<%= root_path('topics') %>"> Topics </a> </li> <% if @topic %> <li> <a href="<%= root_path('topics', @topic.topic_name, 'config') %>"> <%= @topic.topic_name %> </a> </li> <% end %> <% if @configs %> <li> <a href="<%= root_path('topics', @topic.topic_name, 'config') %>"> Configuration </a> </li> <% end %> <% if @partitions %> <li> <a href="<%= root_path('topics', @topic.topic_name, 'replication') %>"> Replication </a> </li> <% end %> <% if @distribution %> <li> <a href="<%= root_path('topics', @topic.topic_name, 'distribution') %>"> Distribution </a> </li> <% end %> <% if @offsets %> <li> <a href="<%= root_path('topics', @topic.topic_name, 'offsets') %>"> Offsets </a> </li> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems