Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<h1>
You probably want to use LogList and not the singular Log component.
</h1>
<br>
<div class="lui-log" data-controller="log" data-log-expanded-copy-text-value="Show details" data-log-collapsed-copy-text-value="Hide details">
<div class="lui-log__main">
<div class="lui-log__content">
<!-- TODO: remove this once the log classes have been established -->
<div class="lui-log__content__header">
<div class="lui-log__content__header__title" data-log-target="content">
<div class="lui-log__word">Translation </div>
<div class="lui-log__word">missing: </div>
<div class="lui-log__word">en.log_translators.services/shipping.create_dpd_pickup_point_guide.expired</div>
</div>
<div class="lui-log__content__header__description">
By
System
</div>
<div class="lui-log__buttons"></div>
</div>
</div>
<div class="lui-log__source_content">
26/02/2026 02:00
</div>
</div>
</div>
1
2
3
4
5
6
7
<h1>
You probably want to use LogList and not the singular Log component.
</h1>
<br>
<%# log is a Hash, with the same structure as a Item's presenter logs %>
<%= render LooposUi::Log.from_any_source(log) %>