Skip to content

Commit

Permalink
feat: add request storage button
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysyg committed Dec 14, 2023
1 parent 535d4e1 commit b9c5b7b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/blocks/OurWorkDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
v-for="(entry, index) in contributorArray"
:key="entry.name"
>
<a v-if="contributorType === 'people'"
<a
v-if="contributorType === 'people'"
:href="
'https://directory.brown.edu/uuid/' +
find_uuid(entry.name).brown_directory_uuid
Expand Down
17 changes: 17 additions & 0 deletions pages/storage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,23 @@
@service="recordService"
/>
</div>
<div class="is-flex is-flex-wrap-wrap is-justify-content-center">
<a href="https://brown.co1.qualtrics.com/jfe/form/SV_a5DbCjYNMb5iU0B">
<DButton
type="button"
name="Request Storage"
class="mt-5"
variant="link"
size="large"
>
<template #icon-right>
<span class="icon">
<i class="mdi mdi-server" />
</span>
</template>
</DButton>
</a>
</div>
<ComparisonTable
v-if="comparisonServices.length > 1"
id="comparison-table"
Expand Down

0 comments on commit b9c5b7b

Please sign in to comment.