Sha256: ca98813f9e98d3484b59bfd9bd4580e158b99536c75d10cb282eb0e988a2c014

Contents?: true

Size: 876 Bytes

Versions: 7

Compression:

Stored size: 876 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 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

7 entries across 7 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.5.6 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.5.5 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.5.4 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.5.3 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.5.1 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.5.0 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.4.14 app/views/admin/event_venues/_event_venue.html.haml