Sha256: 8cebc135a0fafd0259797ddfe5d77477aa4926814840a3c6c6e3bf7304642240

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 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
          = truncate(event_venue.description, 128)
    - 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.remove
        = link_to 'remove', remove_admin_event_venue_url(event_venue)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.1.0 app/views/admin/event_venues/_event_venue.html.haml