Sha256: b1eaaf36ec8e7dd6eb229e8b365e87bd54a525ee6c4f21a7fd1fb69d382c47b0

Contents?: true

Size: 1011 Bytes

Versions: 4

Compression:

Stored size: 1011 Bytes

Contents

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

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

  <section class="site_clients">
    <header>
      <h3>
        <%= link_to t('site.client.new.link'), polymorphic_path(resource_class.new, action: 'new'), class: "new_site_client-modal-link", 'data-toggle' => 'modal'  %>
        
        Applications
      </h3>
    </header>
    <div class="tabbable"> <!-- Only required for left/right tabs -->
      <ul class="nav nav-tabs">
        <li class="active"><a href="#tab1" data-toggle="tab"><%= t 'site.client.managing' %></a></li>
      </ul>  
    </div>

    <div class="tab-content">
      <div class="tab-pane active" id="tab1">
        <%= render partial: 'list',
                   object: collection %>
      </div>
    </div>

    <div class="tab-content">
      <div class="tab-pane" id="tab2">
        <%= render partial: 'list',
                   object: collection %>
      </div>
    </div>

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
social_stream-2.2.2 oauth2_server/app/views/site/clients/index.html.erb
social_stream-oauth2_server-2.2.2 app/views/site/clients/index.html.erb
social_stream-2.2.1 oauth2_server/app/views/site/clients/index.html.erb
social_stream-oauth2_server-2.2.1 app/views/site/clients/index.html.erb