Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/NFDI4Chem/nmrxiv int…
Browse files Browse the repository at this point in the history
…o development
  • Loading branch information
CS76 committed Oct 18, 2023
2 parents cfe39d3 + bc73a3d commit e1ee38b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/js/Pages/Public/Project/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@
class="text-2xl font-bold text-gray-900 break-words float-left"
>
{{ project.data.name }}

<p class="text-gray-700 pl-1">
<img
:src="
'badge/doi/' +
project.data.identifier
"
/>
</p>
</div>
<div class="flex-1 float-left">
<a
Expand Down Expand Up @@ -143,6 +152,20 @@
"
/>
</p>
<a
:href="downloadURL"
:class="[
active
? 'bg-gray-100 text-gray-600'
: 'text-gray-500',
'block ml-2 mt-1 text-sm cursor-pointer hover:text-gray-900',
]"
>
<ArrowDownTrayIcon
class="h-5 w-5 inline"
aria-hidden="true"
/>
</a>
<div class="sm:col-span-12 pt-4">
<a
v-for="tag in project.data.tags"
Expand Down

0 comments on commit e1ee38b

Please sign in to comment.