Sha256: dd348a3701f05c02c505403c095b0639059d683bbcfece8419e543d8d40f8618
Contents?: true
Size: 389 Bytes
Versions: 10
Compression:
Stored size: 389 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
10 entries across 10 versions & 3 rubygems