summaryrefslogtreecommitdiffstats
path: root/app/views/doorkeeper/authorizations/show.html.erb
blob: 25ee88a87fe30aef706effc1625a3adf41a47fec (plain)
1
2
3
4
5
6
7
8
<%= title [l('label_oauth_authorized_application_plural'), oauth_authorized_applications_path]  %>

<fieldset class="tabular"><legend><%= l(:label_information_plural) %></legend>
  <p>
    <label><%= t('.title') %>:</label>
    <code><%= params[:code] %></code>
  </p>
</fieldset>