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