File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
class PodcastsController < ApplicationController
2
2
def index
3
3
@title = 'DojoCast'
4
- @description = 'Highlight people around CoderDojo communities by Podcast 📻✨ '
4
+ @description = 'Highlight people around CoderDojo communities by Podcast. '
5
5
@episodes = Podcast . all . sort_by { |episode | episode . published_at }
6
6
@url = request . url
7
7
@next_live_date = ENV [ 'NEXT_LIVE_DATE' ] || '未定'
Original file line number Diff line number Diff line change 7
7
< div class ="container " style ="line-height: 2.2em; ">
8
8
< section class ="keiyaku " style ="padding: 50px 0px 0px 0px; ">
9
9
< h1 style ="text-align: center; "> <%= @title %> </ h1 >
10
- < p style ="text-align: center; padding-bottom: 100px; "> <%= @description %> </ p >
10
+ < p style ="text-align: center; padding-bottom: 100px; "> <%= @description %> 📻✨ </ p >
11
11
12
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 "
You can’t perform that action at this time.
0 commit comments