Skip to content

Commit

Permalink
Merge pull request #155 from UTDallasEPICS/stage
Browse files Browse the repository at this point in the history
This isn't working on my terminal, so i am doing it here
  • Loading branch information
FegelSamuel authored Apr 10, 2024
2 parents 4b07c85 + 59a8b63 commit 7415f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/PageList/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ await getDataPageList()
:class="{'bg-gray-200': (i+1) % 2}"
)
td.font-poppins.text-gray-dark.font-bold(style="text-align: center;") {{ item.page_first_name + " " + item.page_last_name }}
td.font-poppins.text-gray-dark.font-bold(style="text-align: center;" v-if="isAdmin") {{ item.userCuid }}
//- td.font-poppins.text-gray-dark.font-bold(style="text-align: center;" v-if="isAdmin") {{ item.userCuid }}
td.font-poppins.text-gray-dark.font-bold(style="text-align: center;") {{ dateFormat(item.deadline) }}
td
LinkButton(class="sm:my-2 transition duration-300 bg-orange-999 hover:bg-green-600" style="--tw-bg-opacity: 1; white-space: nowrap; display: flex; flex-direction: row; padding: 14px 24px; gap: 10px;" :to="`/EditPage/${item.cuid}`") Edit
Expand Down

0 comments on commit 7415f93

Please sign in to comment.