]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth/authorize_success.html.erb
Use i18n for submit button for issue comments
[rails.git] / app / views / oauth / authorize_success.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title" %></h1>
3 <% end %>
4
5 <p><%= raw t(".allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %></p>
6
7 <% if @token.oob? and not @token.oauth10? %>
8 <p><%= t ".verification", :code => @token.verifier %></p>
9 <% end %>