Sha256: e7bcfff00ff8aca335d0cb651e22f0cd966ad5c3bf4c7b7bb3527759d396e69e

Contents?: true

Size: 419 Bytes

Versions: 4

Compression:

Stored size: 419 Bytes

Contents

<%= page_header :title => 'Dashboard' %>

<ul class="nav nav-tabs">
  <% Iqvoc.first_level_classes.each do |klass| %>
    <li class="nav-item">
    <% nav_class = (klass == active_class) ? 'nav-link active' : 'nav-link'%>
    <%= link_to klass.model_name.human(count: 2), send(klass.dashboard_path), class: nav_class %></a>
    </li>
  <% end %>
</ul>

<%= render partial: 'table' %>

<%= render 'dashboard/sidebar' %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/dashboard/index.html.erb
iqvoc-4.14.4 app/views/dashboard/index.html.erb
iqvoc-4.13.2 app/views/dashboard/index.html.erb
iqvoc-4.13.0 app/views/dashboard/index.html.erb