YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<%unless @current_notices.empty? %>
  <%= render partial: 'notices/notice', collection: @current_notices, locals: {html_class: "dashboard_notice"} %>
<% else %>
  <em>There are no department-wide announcements at this time.</em>
<% end %>