Skip to content

Commit

Permalink
Merge pull request #178 from ITPNYU/feature/remove_detail_link
Browse files Browse the repository at this point in the history
Remove detail link from approval email template
  • Loading branch information
rlho authored Apr 12, 2024
2 parents 7d05278 + 362ec81 commit ee70fc1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ <h2>Room Reservation Request</h2>
<?= chartFieldForSecurity ?>
</p>

<p>
<a
href="https://sites.google.com/nyu.edu/370j-booking/admin"
target="_blank"
>Details</a
>
</p>
<a href="<?= approvalUrl ?>" target="_blank" class="button">Approve</a>
<a href="<?= rejectedUrl ?>" target="_blank" class="button-red">Reject</a>
</div>
Expand Down

0 comments on commit ee70fc1

Please sign in to comment.