Show scope names in application views
This commit is contained in:
parent
aa9ce8b6db
commit
5868be1f7b
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<td class="align-middle">
|
||||
<ul class="list-unstyled mb-0">
|
||||
<% application.scopes.each do |scope| -%>
|
||||
<li><%= t "oauth.scopes.#{scope}" %></li>
|
||||
<li><%= t "oauth.scopes.#{scope}" %> <code class="text-muted">(<%= scope %>)</code></li>
|
||||
<% end -%>
|
||||
</ul>
|
||||
</td>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<td>
|
||||
<ul class="list-unstyled mb-0">
|
||||
<% @application.scopes.each do |scope| -%>
|
||||
<li><%= t "oauth.scopes.#{scope}" %></li>
|
||||
<li><%= t "oauth.scopes.#{scope}" %> <code class="text-muted">(<%= scope %>)</code></li>
|
||||
<% end -%>
|
||||
</ul>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue