Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
b5cf6bbf
Commit
b5cf6bbf
authored
Jan 17, 2022
by
Stefan Probst
Browse files
fix: fix links to other versions
parent
c7cbf649
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/item/OtherSuggestedItemVersions.tsx
View file @
b5cf6bbf
...
...
@@ -57,7 +57,8 @@ export function OtherSuggestedItemVersions({
<
h3
>
<
Link
href
=
{
{
pathname
:
`/
${
item
.
category
}
/
${
item
.
persistentId
}
/versions/
${
item
.
id
}
/edit`
,
pathname
:
`/
${
item
.
category
}
/
${
item
.
persistentId
}
/version/
${
item
.
id
}
/edit`
,
query
:
{
review
:
true
},
}
}
>
<
a
className
=
"transition text-primary-750 hover:text-secondary-600"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment