Sha256: 56470df301161e6e7dcc9deb2c1e19494e7a1b476b4df3863eea41108c46914e

Contents?: true

Size: 909 Bytes

Versions: 10

Compression:

Stored size: 909 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, t('event_venues_admin.index.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') + " " + t('event_venues_admin.index.remove'), remove_admin_event_venue_url(event_venue), :class => 'action'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.4.12 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.10 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.9 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.8 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.7 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.6 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.5 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.2 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.1 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.0 app/views/admin/event_venues/_event_venue.html.haml