Sha256: 044cbfe656431791860f64ffdb25e11406793e4d3d02c378285616780bcfb1b7

Contents?: true

Size: 775 Bytes

Versions: 4

Compression:

Stored size: 775 Bytes

Contents

<article data-view="corkboard/authorizations/index" class="container">
  <header>
    <h1>Setup</h1>
  </header>

  <section>
    <h2>Activated Services</h2>
    <ul>
      <%- activated.each do |authorization| -%>
      <li>
        <%#= debug(authorization) %>
        <p>
          <%= authorization.provider %>:
          <%= authorization.info.nickname %>
          <%= button_to('unlink', authorization_path(authorization.provider), :method => :delete) %>
        </p>
      </p>
      <%- end -%>
    </ul>
  </section>

  <section>
    <h2>Available Services</h2>
    <ul>
      <%- available.each do |provider| -%>
      <li>
        <%= provider %> <%= link_to('link', authorization_path(provider)) %>
      </p>
      <%- end -%>
    </ul>
  </section>
</article>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
corkboard-0.1.3 app/views/corkboard/authorizations/index.html.erb
corkboard-0.1.2 app/views/corkboard/authorizations/index.html.erb
corkboard-0.1.1 app/views/corkboard/authorizations/index.html.erb
corkboard-0.1.0 app/views/corkboard/authorizations/index.html.erb