Skip to content

Commit

Permalink
View cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Jul 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ef490d3 commit 1d78beb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions app/views/events/finish_history.html.erb
Original file line number Diff line number Diff line change
@@ -26,16 +26,17 @@
</div>
</header>


<aside class="ost-toolbar">
<div class="container">
<div class="row">
<%= render "event_groups/event_widget", events: @presenter.ordered_events_within_group, current_event: @presenter.event %>
<% if @presenter.multiple_events? %>
<aside class="ost-toolbar">
<div class="container">
<div class="row">
<%= render "event_groups/event_widget", events: @presenter.ordered_events_within_group, current_event: @presenter.event %>
</div>
</div>
</div>
</aside>
</aside>
<% end %>

<article class="ost-article">
<article class="ost-article container">
<table class="table table-sm table-striped mx-sm-4">
<thead>
<tr>

0 comments on commit 1d78beb

Please sign in to comment.