YaleSTC/shifts

View on GitHub
app/views/notices/_for_category.html.erb

Summary

Maintainability
Test Coverage
<% unless givencollection.empty? %>
  <fieldset class = "index">
    <legend><%= legend %></legend>
      <%= render partial: 'notices/notice', collection: givencollection, locals: {html_class: "index_notice"} %>
  </fieldset>
  <br />
<% end %>