Skip to content

Commit

Permalink
Remove stray classes
Browse files Browse the repository at this point in the history
  • Loading branch information
LaRita Robinson committed Jan 16, 2025
1 parent 4f4a71b commit 338ee5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/themes/neutral_repository/_theme_container.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<% if display_content_block? @home_text %>
<div class="d-none d-md-block">
<div class="row">
<div class="pl-15 col-12">
<div class="col-12">
<%= render 'themes/neutral_repository/home_text' if controller_name == 'homepage' %>
</div>
</div>
Expand All @@ -43,15 +43,15 @@

<% if @presenter.display_featured_researcher? %>
<div class="row">
<div class="pl-15 col-12">
<div class="col-12">
<%= render 'themes/neutral_repository/hyrax/homepage/featured_researcher' %>
</div>
</div>
<% end %>

<% if @presenter.display_recently_uploaded? %>
<div class="row">
<div class="pl-15 col-12">
<div class="col-12">
<%= render 'recently_uploaded', recent_documents: @recent_documents %>
</div>
</div>
Expand Down

0 comments on commit 338ee5a

Please sign in to comment.