7 lines
261 B
Text
7 lines
261 B
Text
<% content_for :heading do %>
|
|
<h1><%= t ".title" %></h1>
|
|
<% end %>
|
|
|
|
<%= bootstrap_form_for @application, :url => oauth_application_path(@application), :html => { :method => :put } do |f| %>
|
|
<%= render :partial => "form", :locals => { :f => f } %>
|
|
<% end %>
|