Sha256: 0c06c837e145c44f2c8f865dfb341f1ebab6f661bb1d274d7c0cc12bbff30c57

Contents?: true

Size: 986 Bytes

Versions: 11

Compression:

Stored size: 986 Bytes

Contents

<section id="site_clients" class="first-img">

  <%= render partial: 'toolbar/home' %>

  <section class="site_clients">
    <header>
      <h1 class="colorfont">
        <%= t 'site.client.added' %>
      </h1>

      <%= link_to t('site.client.new.link'), new_site_client_path, class: "new_site_client-modal-link", 'data-toggle' => 'modal'  %>

      <%= render partial: 'new.modal' %>

      <hr class="soften">
    </header>

    <% @developer_clients.each do |client| %>

      <%= image_tag client.logo.url(:small), style: "width: 40px; height: 40px;" %>

      <div class="name">
        <%= link_to client.name, client %>
      </div>
      <div class="url">
        <%= link_to client.url, client.url, target: '_blank' %>
      </div>
      <div class="users">
        <span>
          5
        </span>
        users
      </div>
    <hr class="soften">
    <% end %>

    <%= javascript_tag do %>
      SocialStream.SiteClient.index();
    <% end %>

  </section>
</section>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
social_stream-2.0.3 oauth2_server/app/views/site/clients/index.html.erb
social_stream-oauth2_server-2.0.2 app/views/site/clients/index.html.erb
social_stream-2.0.2 oauth2_server/app/views/site/clients/index.html.erb
social_stream-oauth2_server-2.0.1 app/views/site/clients/index.html.erb
social_stream-2.0.1 oauth2_server/app/views/site/clients/index.html.erb
social_stream-2.0.0 oauth2_server/app/views/site/clients/index.html.erb
social_stream-oauth2_server-2.0.0 app/views/site/clients/index.html.erb
social_stream-2.0.0.beta3 oauth2_server/app/views/site/clients/index.html.erb
social_stream-oauth2_server-2.0.0.beta3 app/views/site/clients/index.html.erb
social_stream-2.0.0.beta2 oauth2_server/app/views/site/clients/index.html.erb
social_stream-oauth2_server-2.0.0.beta2 app/views/site/clients/index.html.erb