Skip to content

Commit ac232ac

Browse files
committed
Update description of /news page
1 parent 71cb88a commit ac232ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/news_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class NewsController < ApplicationController
22
def index
33
@title = '📰 CoderDojo ニュース'
4-
@desc = 'CoderDojo に関するお知らせの一覧ページです。'
4+
@desc = '<a href="/about">CoderDojo Japan</a> からの、<br class="ignore-pc">お知らせの一覧ページです。'
55
@url = request.url
66

77
# データベースからニュースデータを取得(最新順)

0 commit comments

Comments
 (0)