Sha256: 4ab19ec602cbd63c6b8fd21e880fb4b9ac8e17c06e5a70614f439d1ee65a41c3

Contents?: true

Size: 824 Bytes

Versions: 44

Compression:

Stored size: 824 Bytes

Contents

= card('Event Registration') do
  %table.table.table-sm
    %tbody
      %tr
        %th.border-0 Event
        %td.border-0
          = link_to(event_registration.event, effective_events.event_path(event_registration.event))

      - if request.path.start_with?('/admin')
        %tr
          %th Registered by
          %td
            - url = (polymorphic_admin_path(event_registration.owner) rescue "/admin/users/#{event_registration.owner.to_param}/edit")
            = link_to(event_registration.owner, url)
      - else
        %tr
          %th Registered by
          %td= event_registration.owner

      - if event_registration.orders.present?
        %tr
          %th Order
          %td
            - event_registration.orders.each do |order|
              = link_to(order, effective_orders.order_path(order))

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
effective_events-0.13.0 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.11.3 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.11.2 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.11.1 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.11.0 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.10.2 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.10.1 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.10.0 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.9.3 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.9.2 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.9.1 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.9.0 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.8.0 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.7.4 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.7.3 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.7.2 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.7.1 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.7.0 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.6.13 app/views/effective/event_registrations/_summary.html.haml
effective_events-0.6.12 app/views/effective/event_registrations/_summary.html.haml