Sha256: 790dd472d3ffc9067d47e17709703e8a7fa487675b2e672da10aea1af0d9e308

Contents?: true

Size: 433 Bytes

Versions: 4

Compression:

Stored size: 433 Bytes

Contents

<div class="opro">
  <h2>Edit your OAuth Client App</h2>
  <ul>
    <% @client_app.errors.full_messages.each do |msg| %>
      <li><%= msg %></li>
    <% end %>
  </ul>

  <%= form_for @client_app, :url => oauth_client_app_path(@client_app), :method => :put do |f| %>
    <%= f.label :name %>
    <%= f.text_field :name, :placeholder => 'App Name' %>
    <%= f.submit 'Update your Client', :id => 'submitApp' %>
  <%- end -%>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

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