Sha256: 85cbaaeabbd5fdf3df47cab188a16b075e5beb966b51ca83eb55e019b6d8d98d

Contents?: true

Size: 580 Bytes

Versions: 3

Compression:

Stored size: 580 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 event_venue.url
    - tbody.modify_cell do
      %td.remove
        = link_to 'remove', remove_admin_event_venue_url(event_venue)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.0.2 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.0.1 app/views/admin/event_venues/_event_venue.html.haml
radiant-event_calendar-extension-1.0.0 app/views/admin/event_venues/_event_venue.html.haml