diff --git a/templates/next/components/common/Pagination.tsx b/templates/next/components/common/Pagination.tsx
index d55c675b..211f1e60 100644
--- a/templates/next/components/common/Pagination.tsx
+++ b/templates/next/components/common/Pagination.tsx
@@ -17,28 +17,53 @@ const Pagination = ({ collection }: Props) => {
} = view;
return (
-
+
);
};
diff --git a/templates/next/components/common/ReferenceLinks.tsx b/templates/next/components/common/ReferenceLinks.tsx
index c6846185..e4c28891 100644
--- a/templates/next/components/common/ReferenceLinks.tsx
+++ b/templates/next/components/common/ReferenceLinks.tsx
@@ -20,7 +20,7 @@ const ReferenceLinks: FunctionComponent = ({ items }) => {
return (
-
+
{typeof items === "string" ? items : items.name}
diff --git a/templates/next/components/foo/Form.tsx b/templates/next/components/foo/Form.tsx
index b922f3a3..6bd0b84e 100644
--- a/templates/next/components/foo/Form.tsx
+++ b/templates/next/components/foo/Form.tsx
@@ -50,8 +50,15 @@ export const Form: FunctionComponent = ({ {{{lc}}} }) => {
};
return (
-
-
{ {{{lc}}} ? `Edit {{{ucf}}} ${ {{~lc}}['@id']}` : `Create {{{ucf}}}` }
+
+
+
+ {`< Back to list`}
+
+
+
+ { {{{lc}}} ? `Edit {{{ucf}}} ${ {{~lc}}['@id']}` : `Create {{{ucf}}}` }
+
= ({ {{{lc}}} }) => {
handleSubmit,
isSubmitting,
}) => (
-