Sha256: 313715bfe4efd95915f58ee1ed66956b29ce65bf2fce470d1eeb588ed964553b

Contents?: true

Size: 645 Bytes

Versions: 26

Compression:

Stored size: 645 Bytes

Contents

- if show.nil?
  %p=message
-else
  .row-fluid
    .span6
      #day-date
        #month.navbar.navbar-inner
          =show.datetime_local_to_event.strftime('%b')
        #day
          =show.datetime_local_to_event.strftime('%e')
    .span6
      %strong=link_to show.datetime_local_to_event.strftime('%l:%M %P'), event_show_path(@event, show)
      #available="#{show.glance.available_total} tickets available"
      #show-links
        %p=icon_link_to("Door List", door_list_event_show_path(@event, show), 'icon-list', 'btn', '')
        %p=icon_link_to("Box Office", new_event_show_sales_path(@event, show), 'icon-shopping-cart', 'btn', '')

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre app/views/events/_day_date_show.html.haml
artfully_ose-1.1.0 app/views/events/_day_date_show.html.haml
artfully_ose-1.1.0.rc2 app/views/events/_day_date_show.html.haml
artfully_ose-1.1.0.rc1 app/views/events/_day_date_show.html.haml
artfully_ose-1.0.0.rc4 app/views/events/_day_date_show.html.haml
artfully_ose-1.0.0.rc3 app/views/events/_day_date_show.html.haml