Extend the invitations index endpoint to return a PDF file with QRs for invitations #287
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<% invitations.each_slice(4) do |invitation_group| %>
|
<% invitations.each_slice(4) do |invitation_group| %>
|
||||||
<table style="width: 100%; border-collapse: separate; border-spacing: 0 20px; margin-bottom: 40px;">
|
<table style="width: 100%; border-collapse: separate; border-spacing: 0 20px; margin-bottom: 40px;">
|
||||||
<% invitation_group.each do |invitation| %>
|
<% invitation_group.each do |invitation| %>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# WickedPDF Global Configuration
|
# WickedPDF Global Configuration
|
||||||
#
|
#
|
||||||
# Use this to set up shared configuration options for your entire application.
|
# Use this to set up shared configuration options for your entire application.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user