Adds new campaign form. Adds fronts and thread types
This commit is contained in:
@@ -48,16 +48,17 @@ export function DocumentView({
|
||||
>
|
||||
← Back to campaign
|
||||
</Link>
|
||||
<Link
|
||||
to="/document/$documentId/print"
|
||||
params={{ documentId: doc.id }}
|
||||
className="text-slate-400 hover:text-violet-400 text-sm underline underline-offset-2 transition-colors"
|
||||
>
|
||||
Print
|
||||
</Link>
|
||||
{/* Print link isn't currently working */}
|
||||
{/* <Link */}
|
||||
{/* to="/document/$documentId/print" */}
|
||||
{/* params={{ documentId: doc.id }} */}
|
||||
{/* className="text-slate-400 hover:text-violet-400 text-sm underline underline-offset-2 transition-colors" */}
|
||||
{/* > */}
|
||||
{/* Print */}
|
||||
{/* </Link> */}
|
||||
</>
|
||||
}
|
||||
title={<DocumentTitle document={doc} />}
|
||||
title={<DocumentTitle doc={doc} />}
|
||||
tabs={[
|
||||
<Tab
|
||||
to="/document/$documentId"
|
||||
|
||||
Reference in New Issue
Block a user