lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb in rodauth-oauth-1.3.2 vs lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb in rodauth-oauth-1.4.0
- old
+ new
@@ -24,7 +24,7 @@
<td><%= link_to "Show", rodauth.oauth_application_path(application[rodauth.oauth_applications_id_column]) %></td>
</tr>
<% end %>
</tbody>
</table>
- <%= rodauth.oauth_management_pagination_links(oauth_applications_ds).html_safe %>
+ <%= rodauth.oauth_management_pagination_links(oauth_applications_ds) %>
<% end %>