This commit is contained in:
@@ -98,6 +98,24 @@ export default function ProjectDetailClient({
|
||||
}
|
||||
actions={
|
||||
<>
|
||||
<a
|
||||
href={`/api/v1/projects/${project.id}/travelers.pdf?scope=incomplete`}
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
title="Every part with outstanding ops — cover + drawings + cards, one PDF"
|
||||
className="inline-flex items-center rounded-md bg-white border border-slate-300 text-slate-900 text-sm px-3 py-1.5 hover:border-slate-900"
|
||||
>
|
||||
Print outstanding travelers
|
||||
</a>
|
||||
<a
|
||||
href={`/api/v1/projects/${project.id}/travelers.pdf?scope=all`}
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
title="Every part in the project — full reprint bundle"
|
||||
className="inline-flex items-center rounded-md bg-white border border-slate-300 text-slate-900 text-sm px-3 py-1.5 hover:border-slate-900"
|
||||
>
|
||||
Print all travelers
|
||||
</a>
|
||||
<Button variant="secondary" onClick={() => setEditOpen(true)}>
|
||||
Edit project
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user