Sha256: dbac762b673563238ea8cadfec6732527c5430af951f569248624e10cae61ac0
Contents?: true
Size: 388 Bytes
Versions: 39
Compression:
Stored size: 388 Bytes
Contents
<h1>Edit your application</h1> <%% form_for :client_application, @client_application, :url => oauth_client_path(@client_application), :html => {:method => :put} do |f| %> <%%= render :partial => "form", :locals => { :f => f } %> <%%= submit_tag "Edit" %> <%% end %> <%%= link_to 'Show', oauth_client_path(@client_application) %> | <%%= link_to 'Back', oauth_clients_path %>
Version data entries
39 entries across 39 versions & 8 rubygems