Sha256: 9e2d3e39752f77f0aaa93d894a57e372405e29c0eb1aa5d36837c2d8145a0dbd

Contents?: true

Size: 760 Bytes

Versions: 13

Compression:

Stored size: 760 Bytes

Contents

<div id="oauth_current_services" class="oauth-services">
  <% if consumer_tokens.empty? -%>
    <p><%=translate('muck.oauth.you_are_currently_not_connected_to_any_external_services') %></p>
  <% else -%>
    <p><%=translate('muck.oauth.you_are_connected_to_the_following_services') %></p>
    <ul <%='class="icon-list"' if include_icons%>>
      <% consumer_tokens.each do |token| -%>
        <li class="<%=token.class.service_name.to_s.parameterize%> oauth_service service-link" <%= service_icon_background(token.class.service_name) if include_icons %>>
          <%= link_to oauth_service_name(token.class.service_name), oauth_consumer_path(token.class.service_name), :class => 'oauthfancybox' %>
        </li>
      <% end -%>
    </ul>
  <% end -%>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
muck-oauth-0.2.4 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.2.3 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.2.2 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.2.1 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.2.0 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.11 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.9 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.8 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.7 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.6 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.5 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.4 app/views/oauth_consumers/_oauth_current_services.html.erb
muck-oauth-0.1.3 app/views/oauth_consumers/_oauth_current_services.html.erb