Style approved link better
This commit is contained in:
parent
7877b4bdef
commit
09c90b193f
@ -130,7 +130,7 @@
|
|||||||
<td>{{ r.annual_usage | dollars }}</td>
|
<td>{{ r.annual_usage | dollars }}</td>
|
||||||
<td>
|
<td>
|
||||||
{% if r.status == 'Approved' %}
|
{% if r.status == 'Approved' %}
|
||||||
<a href="{{ url_for('workspaces.workspace_projects', workspace_id=r.workspace_id) }}">
|
<a class="icon-link icon-link--large" href="{{ url_for('workspaces.workspace_projects', workspace_id=r.workspace_id) }}">
|
||||||
{{ r.status }}
|
{{ r.status }}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user