mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
Added link to service from inbound number page
This commit is contained in:
@@ -57,7 +57,9 @@ Inbound Numbers
|
|||||||
Inactive
|
Inactive
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</th>
|
</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>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user