Sha256: 9dcd5ccc005fe9a3ebc676a9cd6b5816407ce25ac5c605992c661594ba48acf5
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
<% # Display a schedule block's time and the calendar items within it. # # Locals: # * block => A ScheduleBlock to display Proposal and ScheduleItems for. %> <h4><%= normalize_time(block, :context => block.start_time.to_date) %></h4> <%= render :partial => 'open_conference_ware/proposals/list_concise', :locals => { :items => block.items }%>
Version data entries
4 entries across 4 versions & 1 rubygems