Added link to service from inbound number page

This commit is contained in:
Rebecca Law
2017-08-16 11:03:41 +01:00
parent 9d8462e430
commit d6c7048640

View File

@@ -57,7 +57,9 @@ Inbound Numbers
Inactive
{% endif %}
</th>
<th style="font-weight:normal;">{{value.service.name}}</th>
<th style="font-weight:normal;">
<a href="{{ url_for('main.service_dashboard', service_id=value.service.id) }}" class="browse-list-link">{{ value.service.name }}</a>
</th>
</tr>
{% endfor %}
</tbody>