Sha256: 9755e05193c9e8275aaf977065788fd94a0818dfc5ac10384b202b83f73e5c4c

Contents?: true

Size: 789 Bytes

Versions: 25

Compression:

Stored size: 789 Bytes

Contents

<div class="accordion">
  <header class="accordion-heading">
    <h5>
      <%= link_to t("#{ current_subject.class.to_s.underscore }.destroy.one"), "javascript:void(0);", class: 'accordion-toggle', "data-toggle" => 'collapse', "data-parent" => "#settings-accordion", "data-target" => "#destroy_settings_content" %>
    </h5>
  </header>
  <div class="content settings_content collapse" id="destroy_settings_content">
    <div class="form_row">
      <%= t("#{ current_subject.class.to_s.underscore }.destroy.explanation") %>
      <%= link_to t("#{ current_subject.class.to_s.underscore }.destroy.go_ahead"),
          current_subject,
          :method => :delete,
          :confirm => t("#{ current_subject.class.to_s.underscore }.destroy.last_confirm") %>
    </div>
  </div>
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/settings/_destroy.html.erb
social_stream-base-2.2.2 app/views/settings/_destroy.html.erb
social_stream-2.2.1 base/app/views/settings/_destroy.html.erb
social_stream-base-2.2.1 app/views/settings/_destroy.html.erb
social_stream-2.2.0 base/app/views/settings/_destroy.html.erb
social_stream-base-2.2.0 app/views/settings/_destroy.html.erb
social_stream-2.1.1 base/app/views/settings/_destroy.html.erb
social_stream-2.1.0 base/app/views/settings/_destroy.html.erb
social_stream-base-2.1.0 app/views/settings/_destroy.html.erb
social_stream-2.0.4 base/app/views/settings/_destroy.html.erb
social_stream-base-2.0.4 app/views/settings/_destroy.html.erb
social_stream-2.0.3 base/app/views/settings/_destroy.html.erb
social_stream-base-2.0.3 app/views/settings/_destroy.html.erb
social_stream-2.0.2 base/app/views/settings/_destroy.html.erb
social_stream-base-2.0.2 app/views/settings/_destroy.html.erb
social_stream-2.0.1 base/app/views/settings/_destroy.html.erb
social_stream-base-2.0.1 app/views/settings/_destroy.html.erb
social_stream-2.0.0 base/app/views/settings/_destroy.html.erb
social_stream-base-2.0.0 app/views/settings/_destroy.html.erb
social_stream-2.0.0.beta3 base/app/views/settings/_destroy.html.erb