Sha256: 6cd27250c8a7450f9581d385e7b97971bafab7a99a12b54e0bfe31d8fd225c61

Contents?: true

Size: 527 Bytes

Versions: 10

Compression:

Stored size: 527 Bytes

Contents

<div id="oauth-application">
  <dl>
    #{
      (rodauth.oauth_application_required_params + %w[client_id] - %w[client_secret]).map do |param|
        "<dt class=\"#{param}\">#{rodauth.send(:"#{param}_label")}</dt>" +
        "<dd class=\"#{param}\">#{@oauth_application[rodauth.send(:"oauth_applications_#{param}_column")]}</dd>"
      end.join
    }
  </dl>
  <a href="/#{"#{rodauth.oauth_applications_path}/#{@oauth_application[:id]}/#{rodauth.oauth_tokens_path}"}" class="btn btn-outline-secondary">Oauth Tokens</a>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rodauth-oauth-0.7.0 templates/oauth_application.str
rodauth-oauth-0.6.1 templates/oauth_application.str
rodauth-oauth-0.6.0 templates/oauth_application.str
rodauth-oauth-0.5.1 templates/oauth_application.str
rodauth-oauth-0.5.0 templates/oauth_application.str
rodauth-oauth-0.4.3 templates/oauth_application.str
rodauth-oauth-0.4.2 templates/oauth_application.str
rodauth-oauth-0.4.1 templates/oauth_application.str
rodauth-oauth-0.4.0 templates/oauth_application.str
rodauth-oauth-0.3.0 templates/oauth_application.str