Sha256: 124d9456c589a1699fa837c05dd932af38f63f0e338f7c664c025a0eb00665a0

Contents?: true

Size: 381 Bytes

Versions: 13

Compression:

Stored size: 381 Bytes

Contents

<div id="rooms">
  <% current_subject.rooms.each do |room| %>
    <%= room.name %>
    <%= link_to room,
                title: t('room.delete'),
                class: "room_delete_link",
                method: :delete,
                confirm: t('room.confirm_delete'),
                remote: true do %>
      <i class="icon_tool16-trash"></i>
    <% end %>
  <% end %>
</div>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
social_stream-2.2.2 events/app/views/rooms/_index.html.erb
social_stream-events-2.2.1 app/views/rooms/_index.html.erb
social_stream-2.2.1 events/app/views/rooms/_index.html.erb
social_stream-2.2.0 events/app/views/rooms/_index.html.erb
social_stream-events-2.2.0 app/views/rooms/_index.html.erb
social_stream-2.1.1 events/app/views/rooms/_index.html.erb
social_stream-2.1.0 events/app/views/rooms/_index.html.erb
social_stream-events-2.1.0 app/views/rooms/_index.html.erb
social_stream-2.0.4 events/app/views/rooms/_index.html.erb
social_stream-events-2.0.2 app/views/rooms/_index.html.erb
social_stream-2.0.3 events/app/views/rooms/_index.html.erb
social_stream-2.0.2 events/app/views/rooms/_index.html.erb
social_stream-events-2.0.1 app/views/rooms/_index.html.erb