Skip to content

Commit

Permalink
Better format callback URLs on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t authored Jun 15, 2018
1 parent b9bec05 commit 5f561b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/doorkeeper/applications/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<%= link_to application.name, oauth_application_path(application) %>
</td>
<td class="align-middle">
<%= application.redirect_uri %>
<%= simple_format(application.redirect_uri) %>
</td>
<td class="align-middle">
<%= application.confidential? ? t('doorkeeper.applications.index.confidentiality.yes') : t('doorkeeper.applications.index.confidentiality.no') %>
Expand Down

0 comments on commit 5f561b1

Please sign in to comment.