Updated notice message
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
<%= turbo_stream_from 'jobs' %>
|
<%= turbo_stream_from 'jobs' %>
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
|
<div id="notice">
|
||||||
<% if notice.present? %>
|
<% if notice.present? %>
|
||||||
<p class="px-3 py-2 bg-green-100 mb-5 text-green-700 font-medium rounded-lg inline-block" id="notice"><%= notice %></p>
|
<p class="p-4 bg-green-100 text-green-700 font-medium rounded-lg border-l-4"><%= notice %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
</div>
|
||||||
<% content_for :title, "Current Print Jobs" %>
|
<% content_for :title, "Current Print Jobs" %>
|
||||||
<div class="flex justify-between items-center py-4">
|
<div class="flex justify-between items-center py-4">
|
||||||
<h1 class="font-bold text-hsrm-gray text-4xl">Aktuelle Plottaufträge <span class="font-semibold text-sm"><%= Date.today.strftime("%d.%m.%Y") %></span></h1>
|
<h1 class="font-bold text-hsrm-gray text-4xl">Aktuelle Plottaufträge <span class="font-semibold text-sm"><%= Date.today.strftime("%d.%m.%Y") %></span></h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user