Sha256: 54fcd55b2417c4d73c680723c10312ad8ee23f7c95e29da60143b565f8785497

Contents?: true

Size: 291 Bytes

Versions: 3

Compression:

Stored size: 291 Bytes

Contents

<%= form_for(application) do |form| %>
  <label for="oauth_provider_engine_application_name">Application Name:</label>
  <%= form.text_field :name %>

  <label for="oauth_provider_engine_application_url">Application Url:</label>
  <%= form.text_field :url %>

  <%= form.submit %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oauth_provider_engine-0.0.5 app/views/applications/_form.html.erb
oauth_provider_engine-0.0.4 app/views/applications/_form.html.erb
oauth_provider_engine-0.0.3 app/views/applications/_form.html.erb