initial commit
This commit is contained in:
15
app/views/event/list.html.slim
Normal file
15
app/views/event/list.html.slim
Normal file
@@ -0,0 +1,15 @@
|
||||
.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}
|
||||
|
||||
Reference in New Issue
Block a user