Sha256: 5400613e69cb914a4170dd6ddb2f87fa5041d9a2dd69557569793f626c85981a

Contents?: true

Size: 550 Bytes

Versions: 6

Compression:

Stored size: 550 Bytes

Contents

<div id="destroy_site_client" class="accordion-group">
  <header class="accordion-heading">
    <h5>
      <%= link_to t("site.client.destroy.title"), "javascript:void(0);", class: 'accordion-toggle', "data-toggle" => 'collapse', "data-parent" => "#site_client-accordion", "data-target" => "#destroy_site_client-content" %>
    </h5>
  </header>
  
  <div class="content collapse" id="destroy_site_client-content">
    <%= link_to t("site.client.destroy.link"), resource, confirm: t("site.client.destroy.confirm"), method: :delete %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 2 rubygems

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