Sha256: c1fe73dc82684ee32e8e916e494629dfc7959fc1b732271581b25cfd4fec1458

Contents?: true

Size: 351 Bytes

Versions: 17

Compression:

Stored size: 351 Bytes

Contents

<fieldset class="form-group">
  #{
    rodauth.oauth_application_scopes.map do |scope|
      "<div class=\"form-check checkbox\">" +
      "<input id=\"#{scope}\" type=\"checkbox\" name=\"#{rodauth.oauth_application_scopes_param}[]\" value=\"#{scope}\">" +
      "<label for=\"#{scope}\">#{scope}</label>" +
      "</div>"
    end.join
  }
</fieldset>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rodauth-oauth-0.9.1 templates/scope_field.str
rodauth-oauth-0.9.0 templates/scope_field.str
rodauth-oauth-0.8.0 templates/scope_field.str
rodauth-oauth-0.7.4 templates/scope_field.str
rodauth-oauth-0.7.3 templates/scope_field.str
rodauth-oauth-0.7.2 templates/scope_field.str
rodauth-oauth-0.7.1 templates/scope_field.str
rodauth-oauth-0.7.0 templates/scope_field.str
rodauth-oauth-0.6.1 templates/scope_field.str
rodauth-oauth-0.6.0 templates/scope_field.str
rodauth-oauth-0.5.1 templates/scope_field.str
rodauth-oauth-0.5.0 templates/scope_field.str
rodauth-oauth-0.4.3 templates/scope_field.str
rodauth-oauth-0.4.2 templates/scope_field.str
rodauth-oauth-0.4.1 templates/scope_field.str
rodauth-oauth-0.4.0 templates/scope_field.str
rodauth-oauth-0.3.0 templates/scope_field.str