Sha256: f988c9766701cec97a672fb1655a0cbe8feef2de2f8cef5609733a4012e520e7
Contents?: true
Size: 394 Bytes
Versions: 12
Compression:
Stored size: 394 Bytes
Contents
<h2>Create An OAuth Client App</h2> <div> <%= form_for @client_app, :url => oauth_client_apps_path 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
12 entries across 12 versions & 1 rubygems