Commit 5403cbd 1 parent d2119b2 commit 5403cbd Copy full SHA for 5403cbd
File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,24 @@ const editProject = useEditProject();
57
57
<header class =" flex flex-col shrink-0" >
58
58
<div
59
59
v-if =" doc"
60
- class =" mx-2 mt-2 p-2 pl-3 flex gap-2 items-start print:m-0 print:p-0"
60
+ class =" mx-2 mt-2 p-2 pl-3 flex gap-2 items-center print:m-0 print:p-0"
61
61
>
62
62
<div class =" flex-1 page-break-after" >
63
63
<h1 class =" text-lg font-medium" >{{ doc.name }}</h1 >
64
64
<p class =" text-sm opacity-50" >
65
65
by {{ doc.owner.name }} &bull ;
66
- <ULink class =" underline" :to =" url" target =" blank"
67
- >Revision {{ doc.defaultWorkspace.id.substring(0, 7) }}</ULink
66
+ <ULink
67
+ class =" hover:underline inline-flex gap-1 items-center"
68
+ :to =" url"
69
+ target =" blank"
70
+ title =" Open in Onshape"
68
71
>
72
+ <span >{{ doc.defaultWorkspace.name }} Revision</span >
73
+ <UIcon
74
+ name =" i-heroicons-arrow-top-right-on-square-16-solid"
75
+ class =" size-4"
76
+ />
77
+ </ULink >
69
78
</p >
70
79
<a
71
80
class =" text-sm opacity-50 hidden print:block"
You can’t perform that action at this time.
0 commit comments