Sha256: 2e705938f3537d4cbc6fcacd224e6203ad551133eccefb0ca3bf18d47890a6cc
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.pre1.0.1 | app/views/oauth/client_application/new.html.erb |