templates/oauth_applications.str in rodauth-oauth-1.6.2 vs templates/oauth_applications.str in rodauth-oauth-1.6.3
- old
+ new
@@ -1,6 +1,6 @@
<div id="oauth-applications">
- <a class="btn btn-outline-primary" href="/oauth-applications/new">#{rodauth.new_oauth_application_page_title}</a>
+ <a class="btn btn-outline-primary" href="#{rodauth.oauth_applications_path}/new">#{rodauth.new_oauth_application_page_title}</a>
#{
if @oauth_applications.count.zero?
"<p>#{rodauth.oauth_no_applications_text}</p>"
else
"<ul class=\"list-group\">" +
\ No newline at end of file