Files
benchcoach-rails/app/views/event/list.html.slim
2023-09-07 14:23:30 -05:00

16 lines
428 B
Plaintext

.Panel
.Panel-header
.Panel-title Schedule
.Panel-body
- for event in events
a.Panel-row--withCells.u-textDecorationNone.u-colorInfo href=url_for( event_path :team_id=>team.id, :event_id=>event.id)
.Panel-cell
|#{event.formatted_title}
.Panel-cell
|#{event.start_date.strftime("%a %b %e")}
.Panel-cell
|#{event.start_date.strftime("%l:%M %p")}
.Panel-cell
|#{event.location_name}