mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 23:38:52 -04:00
Added link to service from inbound number page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user