fix: simplify verbiage for batch execution panel

This commit is contained in:
Lance Edgar 2024-08-10 08:43:54 -05:00
parent d57efba381
commit 2c46fde742

View file

@ -85,13 +85,11 @@
<div style="display: flex; flex-direction: column; gap: 0.5rem;">
% if batch.executed:
<p>
Batch was executed
${h.pretty_datetime(request.rattail_config, batch.executed)}
by ${batch.executed_by}
</p>
% elif master.handler.executable(batch):
% if master.has_perm('execute'):
<p>Batch has not yet been executed.</p>
<b-button type="is-primary"
% if not execute_enabled:
disabled