andela/eventx

View on GitHub
app/views/layouts/_sidebar.html.erb

Summary

Maintainability
Test Coverage
<% if content_for? :nav_cat %>
  <ul class="side-nav our-custom-new-sidebar" id="slide-out">
    <%= yield :nav_cat %>
  </ul>
<% end %>