Skip to content

Commit

Permalink
remind
Browse files Browse the repository at this point in the history
  • Loading branch information
kashyaparka committed Oct 30, 2021
1 parent 123809e commit a009fb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions views/groupinfo.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<tr>
<th>Person</th>
<th>Bill</th>
<th>Remind</th>
</tr>
</thead>
</table>
Expand All @@ -110,6 +111,9 @@
<td>
<%=ele.amount%>
</td>
<td>
<a>Remind</a>
</td>
</tr>
<%}%>
</tbody>
Expand Down Expand Up @@ -145,6 +149,7 @@
<tr>
<th>Person</th>
<th>Bill</th>
<th>Remind</th>
</tr>
</thead>
</table>
Expand All @@ -160,6 +165,9 @@
<td>
<%=groupInfo.amount%>
</td>
<td>
<a>Remind</a>
</td>
</tr>
<%}%>
</tbody>
Expand Down

0 comments on commit a009fb1

Please sign in to comment.