Reduced infos in item#show log
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
2026-05-31 01:22:53 +02:00
parent 59c462506d
commit c1fc589883

View File

@@ -182,11 +182,11 @@
<div> <div>
<h4 class="font-bold text-gray-800"> <h4 class="font-bold text-gray-800">
<% if log.user.present? %> <% if log.user.present? %>
Zuweisung an Mitarbeiter: <span class="text-gray-900 font-extrabold"><%= log.user.name %></span> <%= log.user.name %>
<% elsif log.room.present? %> <% elsif log.room.present? %>
Standortwechsel in Raum: <span class="text-gray-900 font-extrabold"><%= log.room.name_with_building %></span> <%= log.room.name_with_building %>
<% else %> <% else %>
Ins Hauptlager übergeben Hauptlager
<% end %> <% end %>
</h4> </h4>
@@ -201,11 +201,6 @@
<div class="text-right text-xs whitespace-nowrap text-gray-400 pt-0.5 shrink-0 font-medium"> <div class="text-right text-xs whitespace-nowrap text-gray-400 pt-0.5 shrink-0 font-medium">
<time class="text-gray-600"> <time class="text-gray-600">
<%= l(log.assigned_at, format: "%d. %b %Y") %> <%= l(log.assigned_at, format: "%d. %b %Y") %>
<% if log.returned_at.present? %>
bis <%= l(log.returned_at, format: "%d. %b %Y") %>
<% else %>
(Laufend)
<% end %>
</time> </time>
</div> </div>
</div> </div>