1 <% content_for :heading do %>
 
   2   <h1><%= t ".title" %></h1>
 
   5 <%= render :partial => "settings_menu" %>
 
   7 <% if @applications.length > 0 %>
 
   8   <table class="table table-borderless table-striped">
 
  11         <th><%= t ".application" %></th>
 
  12         <th><%= t ".permissions" %></th>
 
  17       <%= render :partial => "application", :collection => @applications %>
 
  21   <p><%= t ".no_applications_html", :oauth2 => link_to(t(".oauth_2"), "https://oauth.net/2/") %></p>