Skip to content

Commit

Permalink
Refactor: Refactored help-desk-reply.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangita225 committed Jul 25, 2020
1 parent 2c4b08a commit b90c2ad
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,17 @@
<tbody>
<tr>
<td style="padding-bottom:20px"><h2
style="margin:0;color:#262626;font-weight:700;font-size:20px;line-height:1.2">
Hello, <span
th:text="${data.getToName()}"></span></h2></td>
style="margin:0;color:#262626;font-weight:700;font-size:20px;line-height:1.2">
Hello <span
th:text="${data.getToName()}"></span>,</h2></td>
</tr>
<tr>
<td style="padding-bottom:20px">
<p class="custom-para">
Your Query: <span th:text="${data.getQuery()}"></span><br />
Your Answer: <span th:text="${data.getMessage()}"></span>
Answer: <span th:text="${data.getMessage()}"></span>
</p>
<hr>
<hr>
<p class="custom-para">
Regards, <br/>
<em>The PEMITS Team</em>
Expand Down

0 comments on commit b90c2ad

Please sign in to comment.