1 <% content_for :heading do %>
2 <h1><%= t "oauth.oauthorize_success.title" %></h1>
5 <p><%= raw t("oauth.oauthorize_success.allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %></p>
7 <% if @token.oob? and not @token.oauth10? %>
8 <p><%= t "oauth.oauthorize_success.verification", :code => @token.verifier %></p>