Skip to content

Commit

Permalink
Merge pull request #7033 from davidwatkins73/waltz-7030-survey-contact
Browse files Browse the repository at this point in the history
Survey instance shows the contact email
  • Loading branch information
davidwatkins73 authored Mar 19, 2024
2 parents 531f6ac + 34c7ff6 commit 74949f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<td width="50%">Run Name</td>
<td width="50%">{survey.surveyRun?.name}</td>
</tr>
<tr>
<td width="50%">Survey Contact</td>
<td width="50%">{survey.surveyRun?.contactEmail}</td>
</tr>
<tr>
<td width="50%">Subject</td>
<td width="50%">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
border-bottom: 1px solid #ddd;
background-color: #fafafa;
background: linear-gradient(90deg, #fafafa 0%, rgba(255,255,255,1) 100%);
padding-top: 0.5em;
padding-bottom: 0.3em;
}
.sub-question-label {
Expand Down

0 comments on commit 74949f6

Please sign in to comment.