UNC-Libraries/hy-c

View on GitHub
app/views/hyrax/homepage/_marketing.html.erb

Summary

Maintainability
Test Coverage
<%# [hyc-override] Overriding partial in hyrax gem to add unc-text id and remove extra styling %>
<% if display_content_block? @marketing_text %>
  <div id="unc-text" class="home_marketing_text">
    <%= displayable_content_block @marketing_text, role: 'complementary' %>
  </div>
<% end %>