Skip to content

Commit

Permalink
Stop status bar being printed
Browse files Browse the repository at this point in the history
  • Loading branch information
dantarian committed Nov 12, 2023
1 parent b160035 commit 28d3224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/_sessionpanel.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="sessionpanel">
<div id="sessionpanel non-printing">
<div class="container">
<div class="row">
<% if user_signed_in? %>
Expand All @@ -23,4 +23,4 @@
<% end %>
</div>
</div>
</div>
</div>

0 comments on commit 28d3224

Please sign in to comment.