lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb in rodauth-oauth-0.8.0 vs lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb in rodauth-oauth-0.9.0
- old
+ new
@@ -24,6 +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) %>
<% end %>