Skip to content
Snippets Groups Projects
Verified Commit 22fa0085 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Show description in scopes grant view

parent c6c2c474
No related branches found
No related tags found
No related merge requests found
Pipeline #16075 passed
......@@ -19,7 +19,7 @@
{% for scope in scopes %}
<p class="margin-bottom">
<i class="material-icons left">check</i>
{{ scope }}
{{ scope.name }}: {{ scope.description }}
</p>
{% endfor %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment