Sha256: 72b60ee1b93bd5fd267b50a1de89a336cb3a8d8a1673ad1fee02ca2819d6d9ae

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

<h2>Create An OAuth Client 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' %>
    <p>(you can change this name later)</p>
  <%- end -%>
</div>


<div>
  <%= link_to 'My Aplications', oauth_client_apps_path %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opro-0.0.3 app/views/oauth/client_app/new.html.erb
opro-0.0.2 app/views/oauth/client_app/new.html.erb