Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Add link to editable application page
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Aug 8, 2017
1 parent 0eb6695 commit ddd8b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/pepite/Applicant/PepiteApplicantRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const PepiteApplicantRow = ({ application }) => {
<tr>
<td><TimeSinceControl textDate={application.sentDate} /></td>
<td>{application.contact.schoolYear}</td>
<td>{application.contact.name}</td>
<td>{application.contact.firstname}</td>
<td><Link to={`/application/${application._id}`}>{application.contact.name}</Link></td>
<td><Link to={`/application/${application._id}`}>{application.contact.firstname}</Link></td>
<td>{application.contact.email}</td>
<td>{application.career.diploma.establishment}</td>
<td><GraduationLabel application={application} /></td>
Expand Down

0 comments on commit ddd8b8a

Please sign in to comment.