Sha256: e330f12b8a241d2eb40ea88e7f2a602629088bfb52097788d5e4096ae9978c2c

Contents?: true

Size: 414 Bytes

Versions: 95

Compression:

Stored size: 414 Bytes

Contents

<div id="rooms">
  <% current_subject.rooms.each do |room| %>
    <div class="row">
      <div class="label"><%= room.name %></div>
      <div class="field">
        <%= link_to image_tag("btn/delete.png", :class => "menu_icon", :title => t('room.delete')), room, :class => "room_delete_link", :method => :delete, :confirm => t('room.confirm_delete'), :remote => true %>
      </div>
    </div>
  <% end %>
</div>

Version data entries

95 entries across 95 versions & 4 rubygems

Version Path
social_stream-events-0.12.1 app/views/rooms/_index.html.erb
social_stream-0.26.0 events/app/views/rooms/_index.html.erb
social_stream-events-0.12.0 app/views/rooms/_index.html.erb
social_stream-0.25.2 events/app/views/rooms/_index.html.erb
social_stream-0.25.1 events/app/views/rooms/_index.html.erb
social_stream-0.25.0 events/app/views/rooms/_index.html.erb
social_stream-events-0.11.0 app/views/rooms/_index.html.erb
social_stream-0.24.1 events/app/views/rooms/_index.html.erb
social_stream-events-0.10.1 app/views/rooms/_index.html.erb
social_stream-0.24.0 events/app/views/rooms/_index.html.erb
social_stream-events-0.10.0 app/views/rooms/_index.html.erb
social_stream-0.23.4 events/app/views/rooms/_index.html.erb
social_stream-0.23.3 events/app/views/rooms/_index.html.erb
social_stream-events-0.9.2 app/views/rooms/_index.html.erb
social_stream-0.23.2 events/app/views/rooms/_index.html.erb
social_stream-events-0.9.1 app/views/rooms/_index.html.erb
social_stream-0.23.1 events/app/views/rooms/_index.html.erb
social_stream-events-0.9.0 app/views/rooms/_index.html.erb
social_stream-0.22.1 events/app/views/rooms/_index.html.erb
social_stream-events-0.8.2 app/views/rooms/_index.html.erb