Sha256: 6c03818e34150e121b4e91d776ee24170830d7f5e81e1dc6afebce3b7c620187

Contents?: true

Size: 673 Bytes

Versions: 8

Compression:

Stored size: 673 Bytes

Contents

<div class="border-bottom mb-4">
  <h1><%= t('.title') %></h1>
</div>

<%= form_with(url: oauth_device_authorizations_authorize_url) do %>
  <div class="form-group row">
    <%= label_tag(:user_code, t('.user_code'), class: 'col-sm-2 col-form-label font-weight-bold') %>
    <div class="col-sm-10">
      <%= text_field_tag(:user_code, params[:user_code], class: 'form-control') %>
    </div>
  </div>

  <div class="form-group">
    <div class="col-sm-offset-2 col-sm-10">
      <%= submit_tag(t('.authorize'), class: 'btn btn-primary') %>
      <%= link_to t('.cancel'), oauth_device_authorizations_index_path, class: 'btn btn-secondary' %>
    </div>
  </div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
doorkeeper-device_authorization_grant-1.0.3 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb
doorkeeper-device_authorization_grant-1.0.2 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb
doorkeeper-device_authorization_grant-1.0.1 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb
doorkeeper-device_authorization_grant-1.0.0 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb
doorkeeper-device_authorization_grant-0.2.1 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb
doorkeeper-device_authorization_grant-0.2.0 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb
doorkeeper-device_authorization_grant-0.1.1 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb
doorkeeper-device_authorization_grant-0.1.0 app/views/doorkeeper/device_authorization_grant/device_authorizations/index.html.erb