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