app/views/slices/index.html.haml in artfully_ose-1.2.0.pre.23 vs app/views/slices/index.html.haml in artfully_ose-1.2.0.pre.24
- old
+ new
@@ -11,11 +11,11 @@
}
</style>
- content_for :header do
- %h3="Slices: #{@show.event.name} #{l @show.datetime_local_to_organization, :format => :short}"
+ %h3="#{@show.event.name} #{l @show.parsed_local_datetime, :format => :short}"
.row
.span12
=select_tag "slice", options_for_select(@select_options, params.fetch(:slice,[])[0])
=select_tag "slice", options_for_select(@select_options)
@@ -34,9 +34,10 @@
%h6 TICKETS IN SLICE
.stat.bottom-room
.center.headline-stat#tickets-pct="--"
.center.headline-caption
%h6 PCT OF SLICE
+ =icon_link_to("View statement", statement_path(@show), 'fa-share', 'btn', '')
.span10
#vis
-content_for :custom_js do
\ No newline at end of file