Sha256: 34c1f8530aabbaec6adbab976009c74dad65758b45a89ad8564a7e998708c153

Contents?: true

Size: 357 Bytes

Versions: 7

Compression:

Stored size: 357 Bytes

Contents

<div class="row">
  <div class="col-md-12">
    <ul class="nav nav-tabs">
      <% available_owner_types.each do |owner_type| %>
        <li class="<%= (current_owner_type == owner_type) ? 'active' : nil %>">
          <%= link_to owner_type, send("#{referrer}_events_path", owner_type: owner_type) %>
        </li>
      <% end %>
    </ul>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
best_boy-3.5.0 app/views/best_boy/events/_navigation.html.erb
best_boy-3.4.1 app/views/best_boy/events/_navigation.html.erb
best_boy-3.4.0 app/views/best_boy/events/_navigation.html.erb
best_boy-3.3.0 app/views/best_boy/events/_navigation.html.erb
best_boy-3.2.0 app/views/best_boy/events/_navigation.html.erb
best_boy-3.1.0 app/views/best_boy/events/_navigation.html.erb
best_boy-3.0.0 app/views/best_boy/events/_navigation.html.erb