% content_for :heading do %>
<%= t ".title" %>
<% end %>
<%= render :partial => "settings_menu" %>
<% if @applications.length > 0 %>
<%= t ".application" %> |
<%= t ".permissions" %> |
|
<%= render :partial => "application", :collection => @applications %>
<% else %>
<%= t ".no_applications_html", :oauth2 => link_to(t(".oauth_2"), "https://oauth.net/2/") %>
<% end %>