Skip to content

Commit

Permalink
Made phone nums links to call history in Top Callers lists
Browse files Browse the repository at this point in the history
- Re: #87
  • Loading branch information
emxsys committed Aug 29, 2020
1 parent 97dbcb6 commit bd0ad72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions callattendant/userinterface/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h4 class="pt-2">Top Permitted Callers</h4>
<tbody>
{% for item in top_permitted %}
<td>
<b>{{ item.phone_no }}</b> -
<a href="/calls?search={{ item.phone_no }}&submit=phone"><b>{{ item.phone_no }}</b></a> -
<span class="d-sm-none"><br></span>
<i>{{ item.name }}</i>
</td>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h4 class="pt-2">Top Blocked Callers</h4>
<tbody>
{% for item in top_blocked %}
<td>
<b>{{ item.phone_no }}</b> -
<a href="/calls?search={{ item.phone_no }}&submit=phone"><b>{{ item.phone_no }}</b></a> -
<span class="d-sm-none"><br></span>
<i>{{ item.name }}</i>
</td>
Expand Down

0 comments on commit bd0ad72

Please sign in to comment.