Extend the invitations index endpoint to return a PDF file with QRs for invitations #287

Merged
bustikiller merged 2 commits from invitations-pdf into main 2025-06-30 22:58:07 +00:00
3 changed files with 6 additions and 0 deletions
Showing only changes of commit beda9ff870 - Show all commits

View File

@ -1,3 +1,5 @@
<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>
<% invitations.each_slice(4) do |invitation_group| %>
<table style="width: 100%; border-collapse: separate; border-spacing: 0 20px; margin-bottom: 40px;">
<% invitation_group.each do |invitation| %>

View File

@ -1,3 +1,5 @@
<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>
<!doctype html>
<html>
<head>

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
# WickedPDF Global Configuration
#
# Use this to set up shared configuration options for your entire application.