Sha256: 6af982db94c0904b55b8e95c00a63c25b1ee116c6ac228f7880bb605e00e2813

Contents?: true

Size: 1.12 KB

Versions: 11

Compression:

Stored size: 1.12 KB

Contents

- @page_title = 'Locations'
- @page_title += ' - Calendar - ' + default_page_title

- 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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.3.9 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.8 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.7 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.6 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.5 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.4 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.3 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.2 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.1 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.3.0 app/views/admin/event_venues/index.html.haml
radiant-event_calendar-extension-1.1.2 app/views/admin/event_venues/index.html.haml