Sha256: 577aadbbc3084821985ba2637df9ed9b49e8110cd65e31cd11784646b3267c29

Contents?: true

Size: 310 Bytes

Versions: 9

Compression:

Stored size: 310 Bytes

Contents

<div id="rooms">
  <% current_subject.rooms.each do |room| %>
    <%= room.name %>
    <%= 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 %>
  <% end %>
</div>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
social_stream-2.0.1 events/app/views/rooms/_index.html.erb
social_stream-2.0.0 events/app/views/rooms/_index.html.erb
social_stream-events-2.0.0 app/views/rooms/_index.html.erb
social_stream-2.0.0.beta3 events/app/views/rooms/_index.html.erb
social_stream-events-2.0.0.beta3 app/views/rooms/_index.html.erb
social_stream-2.0.0.beta2 events/app/views/rooms/_index.html.erb
social_stream-events-2.0.0.beta2 app/views/rooms/_index.html.erb
social_stream-2.0.0.beta1 events/app/views/rooms/_index.html.erb
social_stream-events-2.0.0.beta1 app/views/rooms/_index.html.erb