Sha256: 40e14bb8384751ac45aff7fdd22ddc6b0a73f39ada59b675692d11b43dd40f77

Contents?: true

Size: 564 Bytes

Versions: 13

Compression:

Stored size: 564 Bytes

Contents

<form method="get" action="#{rodauth.device_path}" class="form-horizontal" role="form" id="device-search-form">
  <p class="lead">#{rodauth.oauth_device_search_page_lead}</p>

  <div class="form-group">
    <label for="user_code">#{rodauth.oauth_grant_user_code_label}</label>
    #{rodauth.input_field_string("user_code", "user_code", :value => rodauth.param_or_nil(rodauth.oauth_grant_user_code_param))}
  </div>
  <p class="text-center">
    <input type="submit" class="btn btn-outline-primary" value="#{h(rodauth.oauth_device_search_button)}"/>
  </p>
</form>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rodauth-oauth-1.6.3 templates/device_search.str
rodauth-oauth-1.6.2 templates/device_search.str
rodauth-oauth-1.6.0 templates/device_search.str
rodauth-oauth-1.5.0 templates/device_search.str
rodauth-oauth-1.4.0 templates/device_search.str
rodauth-oauth-1.3.2 templates/device_search.str
rodauth-oauth-1.3.1 templates/device_search.str
rodauth-oauth-1.3.0 templates/device_search.str
rodauth-oauth-1.2.0 templates/device_search.str
rodauth-oauth-1.1.0 templates/device_search.str
rodauth-oauth-1.0.0 templates/device_search.str
rodauth-oauth-1.0.0.pre.beta2 templates/device_search.str
rodauth-oauth-1.0.0.pre.beta1 templates/device_search.str