Skip to content

Commit

Permalink
hyperlink app_id to apps/:id for #122
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 25, 2020
1 parent c95fb1c commit 7f269b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth_web/templates/people/index.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<td><%= p.updated_at %></td>
<td><%= p.email %></td>
<td><%= p.auth_provider %></td>
<td><%= p.app_id %></td>
<td><a href="/apps/<%= p.app_id %>" class="no-underline"><%= p.app_id %></a></td>
<td class="<%= p.role %>"><%= p.role %></td>
</tr>
<% end %>
Expand Down

0 comments on commit 7f269b0

Please sign in to comment.