lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb in rodauth-oauth-0.10.2 vs lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb in rodauth-oauth-0.10.3

- old
+ new

@@ -7,12 +7,12 @@ <p>No oauth applications yet!</p> <% else %> <table class="table"> <thead> <tr> - <th scope="col"><%= rodauth.oauth_application_client_id_label %> (<%= apps_count %>)</th> - <th scope="col"><%= rodauth.oauth_application_name_label %></th> - <th scope="col"><%= rodauth.oauth_application_homepage_url_label %></th> + <th scope="col"><%= rodauth.oauth_applications_client_id_label %> (<%= apps_count %>)</th> + <th scope="col"><%= rodauth.oauth_applications_name_label %></th> + <th scope="col"><%= rodauth.oauth_applications_homepage_url_label %></th> <th scope="col"></th> </tr> </thead> <tbody> <% oauth_applications_ds.each do |application| %>