File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ def index
4
4
@desc = 'Highlight people around CoderDojo communities by Podcast 📻✨'
5
5
@episodes = Podcast . all . sort_by { |episode | episode . filename . rjust ( 3 , '0' ) }
6
6
@url = request . url
7
+ @next_live_date = ENV [ 'NEXT_LIVE_DATE' ] || '未定'
7
8
end
8
9
9
10
def show
Original file line number Diff line number Diff line change 9
9
< h1 style ="text-align: center; "> <%= @title %> </ h1 >
10
10
< p style ="text-align: center; padding-bottom: 100px; "> <%= @desc %> </ p >
11
11
12
- < h3 id ="live " style ="text-align: center; padding-bottom: 10px; "> 🎙 次回ライブ配信: < br class ="ignore-pc "> 3月25日 (月) 20:00〜 </ h3 >
12
+ < h3 id ="live " style ="text-align: center; padding-bottom: 10px; "> 🎙 次回ライブ配信: < br class ="ignore-pc "> <%= @next_live_date %> </ h3 >
13
13
< iframe src ="https://mixlr.com/users/6058871/embed "
14
14
width ="100% " height ="180px " scrolling ="no "
15
15
frameborder ="no " marginheight ="0 " marginwidth ="0 "> </ iframe >
You can’t perform that action at this time.
0 commit comments