Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Added sage_page_heading_intro back to Sage Page Heading (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason authored Nov 12, 2020
1 parent 249ac08 commit ccce0f5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<%= content_for :sage_breadcrumbs %>
</div>
<% end %>
<% if content_for? :sage_page_heading_intro %>
<div class="sage-page-heading__intro">
<%= content_for :sage_page_heading_intro %>
</div>
<% end %>
<h1 class="sage-page-heading__title">
<%= component.title %>
<% if component.help_title && component.help_link && component.help_html %>
Expand Down

0 comments on commit ccce0f5

Please sign in to comment.