Sha256: 10cdccfeae70cf08b73fe76e860776a3a77f64ad8170583b2544ca10c30ce60c

Contents?: true

Size: 609 Bytes

Versions: 22

Compression:

Stored size: 609 Bytes

Contents

<div class="sidebar">
  <nav>
    <ul>
      <li><%= render 'my/profiles/nav_item' %></li>
      <li><%= render 'my/tokens/nav_item' %></li>
      <li><%= render 'my/login_attempts/nav_item' %></li>
      <%= render 'my/index/sidebar/biovision_courses' if Gem.loaded_specs.key?('biovision-courses') %>
      <%= render 'my/index/index/custom_sidebar' %>
      <% if UserPrivilege.user_has_any_privilege?(current_user) %>
        <li><%= link_to t('admin.index.index.heading'), admin_path %></li>
      <% end %>
      <li><%= link_to t(:logout), logout_path, method: :delete %></li>
    </ul>
  </nav>
</div>

Version data entries

22 entries across 11 versions & 1 rubygems

Version Path
biovision-base-0.41.190905.0 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.41.190905.0 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.39.190804.1 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.39.190804.1 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.37.190607.0 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.37.190607.0 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.36.190526.0 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.36.190526.0 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.34.190331.1 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.34.190331.1 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.22.180920.0 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.22.180920.0 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.21.180812.0 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.21.180812.0 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.20.180731.0 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.20.180731.0 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.19.180703.1 app/views/layouts/profile/_sidebar.html.erb
biovision-base-0.19.180703.1 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.17.180619 app/views/my/index/index/_sidebar.html.erb
biovision-base-0.17.180619 app/views/layouts/profile/_sidebar.html.erb