Files
plottservice/app/views/operator/jobs/show.html.erb
2024-09-11 11:25:51 +02:00

9 lines
275 B
Plaintext

<div class="container flex w-full mx-auto">
<div class="mx-auto">
<% if notice.present? %>
<p class="inline-block px-3 py-2 mb-5 font-medium text-green-500 rounded-lg bg-green-50" id="notice"><%= notice %></p>
<% end %>
<%= render @job %>
</div>
</div>