psu-libraries/psulib_blacklight

View on GitHub
app/views/browse/subjects.html.erb

Summary

Maintainability
Test Coverage
<h1>Browse by Subject</h1>

<%= render Browse::PrefixSelector.new(prefix: @subject_list.prefix) %>

<% if @subject_list.empty? %>
  <%= render 'empty_subjects' %>
<% else %>
  <%= render 'subjects', subject_list: @subject_list %>
<% end %>