Sha256: e50e55e163dca8e0eb0275a29321f64bdbee844614b1670323a4f56fb5c88722
Contents?: true
Size: 848 Bytes
Versions: 12
Compression:
Stored size: 848 Bytes
Contents
%tr{:class => ".node.level-1"} - render_region :tbody do |tbody| - tbody.title_cell do %td.event_venue %h3.title = link_to event_venue.title, edit_admin_event_venue_url(event_venue) %p.description = link_to "#{event_venue.events.count} #{pluralize(event_venue.events.count, 'event')}", admin_event_venue_events_url(event_venue) - tbody.location_cell do %td.location = event_venue.address - tbody.url_cell do %td.url - if event_venue.url = link_to truncate(event_venue.url, 48), event_venue.url - tbody.modify_cell do %td.actions - confirmation = "Are you sure you want to delete entirely the event venue '#{event_venue.title}'?" = link_to image('minus') + ' remove', remove_admin_event_venue_url(event_venue), :class => 'action'
Version data entries
12 entries across 12 versions & 1 rubygems