Sha256: 73c9d144d3293365ad30ea861da6667ba49e243569927448f9bcd8145aae63ba
Contents?: true
Size: 390 Bytes
Versions: 9
Compression:
Stored size: 390 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
9 entries across 9 versions & 4 rubygems