app/views/application_versions/index.html.erb
<% content_for :page_title, "History" %>
<%# This page doesn't really need a "proper" design for the time being as it's not available to the end user %>
<%= render HeadingComponent.new(tag: :h1).with_content(yield :page_title) %>
<ul class="mt-12 divide-y divide-light-grey2">
<%= render @application.versions %>
</ul>