templates/oauth_application.str in rodauth-oauth-0.7.0 vs templates/oauth_application.str in rodauth-oauth-0.7.1

- old
+ new

@@ -5,7 +5,7 @@ "<dt class=\"#{param}\">#{rodauth.send(:"#{param}_label")}</dt>" + "<dd class=\"#{param}\">#{@oauth_application[rodauth.send(:"oauth_applications_#{param}_column")]}</dd>" end.join } </dl> - <a href="/#{"#{rodauth.oauth_applications_path}/#{@oauth_application[:id]}/#{rodauth.oauth_tokens_path}"}" class="btn btn-outline-secondary">Oauth Tokens</a> -</div> \ No newline at end of file + <a href="#{rodauth.oauth_applications_path}/#{@oauth_application[:id]}/#{rodauth.oauth_tokens_path}" class="btn btn-outline-secondary">Oauth Tokens</a> +</div>