templates/oauth_applications.str in rodauth-oauth-0.8.0 vs templates/oauth_applications.str in rodauth-oauth-0.9.0
- old
+ new
@@ -9,6 +9,7 @@
"<li class=\"list-group-item\"><a href=\"/oauth-applications/#{application[:id]}\">#{application[:name]}</a></li>"
end.join +
"</ul>"
end
}
+ #{rodauth.oauth_management_pagination_links(@oauth_applications)}
</div>
\ No newline at end of file