]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/index.html.erb
Merge remote-tracking branch 'upstream/pull/2494'
[rails.git] / app / views / oauth_clients / index.html.erb
index 738e01a743143ddff1b6388f5a5cdfda85f1a071..0ce09d57c9014a34df87a33f4e9b81d850d9a59f 100644 (file)
@@ -29,7 +29,7 @@
 <% end %>
 <h3><%= t ".my_apps" %></h3>
 <% if @client_applications.empty? %>
-<p><%= t(".no_apps_html", :oauth => link_to(t(".oauth"), "https://oauth.net" )) %></p>
+<p><%= t(".no_apps_html", :oauth => link_to(t(".oauth"), "https://oauth.net")) %></p>
 <% else %>
 <p><%= t ".registered_apps" %></p>
 <% @client_applications.each do |client| %>