Sha256: 9cc469cfba4ddc0a0ccafac16ef0325eeadbf57fc853397032987ec2c7e802f0
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
- include_stylesheet "admin/event_calendar" #event_venues_table.outset %table#event_venues.index{:cellspacing=>"0", :border=>"0", :cellpadding=>"0"} %thead %tr - render_region :thead do |thead| - thead.title_header do %th.event %strong Place - thead.location_header do %th.location Address - thead.url_header do %th.keywords Website - thead.modify_header do %th.modify Modify %tbody - if @event_venues.any? - @event_venues.each do |event_venue| = render :partial => 'event_venue', :object => event_venue - else %tr %td.note{:colspan => admin.event_venue.index.tbody.length} No places in the system yet. You can create one here or when you add an event. - render_region :bottom do |bottom| - bottom.buttons do #actions = pagination_for @event_venues %ul %li= link_to image('plus') + " " + "new venue", new_admin_event_venue_url %li= link_to "évent list", admin_events_url %li= link_to "calendar list", admin_calendars_url
Version data entries
4 entries across 4 versions & 1 rubygems