Skip to content

Commit

Permalink
Move job status back (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-it authored Oct 10, 2024
1 parent 744ad3e commit 29e0644
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions app/views/layouts/_content.html.erb
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<main role="main">
<div class="row">
<% if content_for?(:sidebar) %>
<div id="sidebar" class="col-3">

<div id="sidebar" class="col-3">
<% if content_for?(:sidebar) %>
<%= yield :sidebar %>
<%= render "layouts/bg_processes", classes: nil %>
</div>
<% else %>
<%= render "layouts/bg_processes", classes: ['fixed', 'compact'] %>
<% end %>
<% end %>
<%= render "layouts/bg_processes", classes: nil %>
</div>

<div id="content" class="col-<%= content_for?(:sidebar) ? 9 : 12 %>">
<div id="content" class="col-9">
<%= bootstrap_alerts %>
<%= yield %>
</div>
Expand Down
2 changes: 1 addition & 1 deletion current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.3.1
v5.4.0

0 comments on commit 29e0644

Please sign in to comment.