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.
1 parent 71cb88a commit ac232acCopy full SHA for ac232ac
app/controllers/news_controller.rb
@@ -1,7 +1,7 @@
1
class NewsController < ApplicationController
2
def index
3
@title = '📰 CoderDojo ニュース'
4
- @desc = 'CoderDojo に関するお知らせの一覧ページです。'
+ @desc = '<a href="/about">CoderDojo Japan</a> からの、<br class="ignore-pc">お知らせの一覧ページです。'
5
@url = request.url
6
7
# データベースからニュースデータを取得(最新順)
0 commit comments