<% content_for :heading do %>

<%= t ".title" %>

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

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

<% end %>

<%= link_to t(".new"), new_oauth_application_path, :class => "btn btn-outline-primary" %>