Sha256: 64f6ad756f33469a9be8171d925a03439d8c29ae381c2d3bc890be4d2abadd4d

Contents?: true

Size: 514 Bytes

Versions: 57

Compression:

Stored size: 514 Bytes

Contents

%h1 Services

-if @consumer_tokens.empty?
  %p
    You are currently not connected to any external services.
-else
  %p You are connected to the following services:
  %ul
    -@consumer_tokens.each do |token|
      %li
        =link_to token.class.service_name.to_s.humanize, oauth_consumer_path(token.class.service_name)

-unless @services.empty?
  %h3 You can connect to the following services:
  %ul
    -@services.each do |service|
      %li
        =link_to service.to_s.humanize,oauth_consumer_path(service)

Version data entries

57 entries across 35 versions & 9 rubygems

Version Path
le1t0-oauth-plugin-0.4.0.pre4.001 generators/oauth_consumer/templates/index.html.haml
le1t0-oauth-plugin-0.4.0.pre4.001 lib/generators/haml/oauth_consumer_templates/index.html.haml
oauth-plugin-0.4.0.pre4 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.4.0.pre4 lib/generators/haml/oauth_consumer_templates/index.html.haml
oauth-plugin-0.4.0.pre3 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.4.0.pre3 lib/generators/haml/oauth_consumer_templates/index.html.haml
oauth-plugin-0.4.0.pre2 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.4.0.pre2 lib/generators/haml/oauth_consumer_templates/index.html.haml
oauth-plugin-0.4.0.pre1 lib/generators/haml/oauth_consumer_templates/index.html.haml
oauth-plugin-0.4.0.pre1 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.3.14 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.3.13 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.3.12 generators/oauth_consumer/templates/index.html.haml
filiptepper-oauth-plugin-0.3.12 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.3.11 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.3.9 generators/oauth_consumer/templates/index.html.haml
oauth-plugin-0.3.10 generators/oauth_consumer/templates/index.html.haml