ui: add 'back to event' link in payment panel
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
84934621ef
commit
b451e041bb
@ -76,12 +76,20 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div style="display: flex; gap: var(--spacing-md); flex-wrap: wrap;">
|
||||
<a href="{{ url_for('calendar.calendar_event', event_id=event.id) }}" class="back-link">
|
||||
<svg width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
|
||||
<path d="M19 12H5M12 19l-7-7 7-7"/>
|
||||
</svg>
|
||||
Powrót do wydarzenia
|
||||
</a>
|
||||
<a href="{{ url_for('admin.admin_calendar') }}" class="back-link">
|
||||
<svg width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
|
||||
<path d="M19 12H5M12 19l-7-7 7-7"/>
|
||||
</svg>
|
||||
Powrót do listy wydarzeń
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="payments-header" style="display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: var(--spacing-md);">
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user