]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth2_applications/show.html.erb
Show scope names in application views
[rails.git] / app / views / oauth2_applications / show.html.erb
index e6fe3d3e8d4dd8e1da80ce97d1c77df9cb7f18fd..1a991f0c6de004cc780a209bd8fe9be999ebc01e 100644 (file)
@@ -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>