Sha256: 8aa1f5567dec75650dca34f247efb16efcc5d7fdcc6440b47cab34b67163c4e2

Contents?: true

Size: 583 Bytes

Versions: 4

Compression:

Stored size: 583 Bytes

Contents

<div class="opro">
  <h2>Create An OAuth Client Application</h2>
  <ul>
    <% @client_app.errors.full_messages.each do |msg| %>
      <li><%= msg %></li>
    <% end %>
  </ul>
  <div>
    <%= form_for @client_app, :url => oauth_client_apps_path do |f| %>
      <%= f.label :name %>
      <%= f.text_field :name, :placeholder => 'Application Name' %>
      <%= f.submit 'Create OAuth Client Application', :id => 'submitApp' %>
      <p>(you can change this name later)</p>
    <%- end -%>
  </div>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opro-0.5.0 app/views/opro/oauth/client_app/new.html.erb
opro-0.4.3 app/views/opro/oauth/client_app/new.html.erb
opro-0.4.2 app/views/opro/oauth/client_app/new.html.erb
opro-0.4.1 app/views/opro/oauth/client_app/new.html.erb