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
<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="Expand" data-log-collapsed-copy-text-value="Collapse">
<div class="lui-log__main">
<div class="lui-log__main-header">
<span class="text-secondary-xs-normal text-secondary-xs-regular text-gray-700">02:00h</span>
</div>
<div class="lui-log__content" 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__buttons"></div>
</div>
<div class="lui-log__source">
<span id="lui-token_6503213766" class="lui-token lui-entity-token lui-entity-token-general " style="color: #212529; background-color: #F8F9FA;">
<span class="lui-token__text">System</span>
<div class="lui-token__actions">
</div>
</span>
</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) %>