X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c6bf21a9d054f29d788272767b7a77d58fe56aec..96cc9abd239340a5fb93c7fb3b47415c09914047:/app/views/oauth_clients/index.html.erb?ds=inline diff --git a/app/views/oauth_clients/index.html.erb b/app/views/oauth_clients/index.html.erb index d95c68bcb..f88d9316c 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -1,4 +1,7 @@ -
<%= t'oauth_clients.index.list_tokens' %>
@@ -6,26 +9,26 @@<%= t('oauth_clients.index.no_apps', :oauth => "OAuth") %>
+<%= raw(t('oauth_clients.index.no_apps', :oauth => "OAuth")) %>
<% else %><%= t'oauth_clients.index.registered_apps' %>
<% @client_applications.each do |client|%> - <% div_for client do %> + <%= div_for client do %> <%= link_to client.name, :action => :show, :id => client.id %> <% end %> <% end %>