Sha256: bb8abc28f8c3d2388177a1e736e310bcfb48fb9c5a27c3d644243a71d44d0225
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
<h2>Create An App</h2> <div> <%= form_for @client_app do |f| %> <%= f.label :name %>: <%= f.text_field :name, :placeholder => 'App Name' %> <%= f.submit 'Create Oauth Client', :id => 'submitApp' %> <%- end -%> </div> <div> <%= link_to 'My Aplications', oauth_client_applications_path %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opro-0.0.1.pre | app/views/oauth/client_application/new.html.erb |