YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% if notice.class.name == 'Sticky' %>
  <%= render partial: 'notices/sticky', object: notice, locals: { html_class: html_class } %>
<% elsif notice.class.name == 'Announcement' %>
  <%= render partial: 'notices/announcement', object: notice, locals: { html_class: html_class } %>
<% end %>