We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd9238 + f992ac8 commit b1783d0Copy full SHA for b1783d0
app/views/events/index.html.haml
@@ -24,6 +24,7 @@
24
- @pokemon_events.each do |event|
25
%a{href: "#{event.event_url}", target: "_blank", rel: "external noopener"}
26
%small #{event.event_at.strftime('%-m月%d日 %H:%M〜')} @ #{event.dojo_event_service.dojo.name}
27
+ %br
28
29
= render partial: 'upcoming_events', locals: { upcoming_events: @upcoming_events }
30
0 commit comments