<% content_for :heading do %>

<%= t ".title" %>

<% end %> <%= render :partial => "settings_menu" %> <% if @applications.length > 0 %> <%= render :partial => "application", :collection => @applications %>
<%= t ".application" %> <%= t ".permissions" %>
<% else %>

<%= t ".no_applications_html", :oauth2 => link_to(t(".oauth_2"), "https://oauth.net/2/") %>

<% end %>