Sha256: cbcb37d32d10489c3ae478b7a0a1d897a5ffb5fbb72966164480c106c9165955

Contents?: true

Size: 689 Bytes

Versions: 6

Compression:

Stored size: 689 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", new_event_show_sales_path(@event, show, :render => 'doorlist'), 'fa-list', 'btn', '')
        %p=icon_link_to("Box Office", new_event_show_sales_path(@event, show, :render => 'boxoffice'), 'fa-shopping-cart', 'btn', '')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/events/_day_date_show.html.haml
artfully_ose-1.2.0.beta.1 app/views/events/_day_date_show.html.haml
artfully_ose-1.2.0.alpha.2 app/views/events/_day_date_show.html.haml
artfully_ose-1.2.0.alpha.1 app/views/events/_day_date_show.html.haml
artfully_ose-1.2.0.pre.27 app/views/events/_day_date_show.html.haml
artfully_ose-1.2.0.pre.26 app/views/events/_day_date_show.html.haml