Skip to content

Commit c195532

Browse files
committed
参考リンクを「概要」と「詳細」に分け、試験運用中であることを明示した
1 parent fe0887a commit c195532

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

app/views/stretch3s/new.html.haml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- provide(:title, 'Stretch3 × AI 拡張ブロックの利用申請')
2-
- provide(:desc, 'Stretch3 から OpenAI API を呼び出せる拡張機能「ChatGPT2Scratch」が、全国の CoderDojo でご活用いただけるための利用申請フォームです。')
1+
- provide(:title, 'Stretch3 × AI 拡張ブロックの利用申請 (試験運用中)')
2+
- provide(:desc, 'Stretch3 の AI 拡張ブロックが、全国の CoderDojo でご活用いただけるための利用申請フォームです。試験運用中で、いただいたフィードバックなどを踏まえて予告なく変更が行われる可能性があります。')
33
- provide(:url, '/stretch3')
44
- provide(:meta_image, '/img/stretch3_cover.png')
55

@@ -22,6 +22,8 @@
2222
Stretch3 × AI
2323
%br.ignore-pc
2424
利用申請フォーム
25+
%br
26+
%small (試験運用中)
2527
= lazy_image_tag '/img/stretch3_cover.webp',
2628
alt: 'AI 拡張ブロック利用例のスクリーンショット画像',
2729
min: true,
@@ -74,10 +76,15 @@
7476
%small
7577
%b<> 利用者は、事前に保護者から同意を得ること
7678
%br
77-
(参考:
78-
%a{href: 'https://www.mext.go.jp/a_menu/other/mext_02412.html', target: '_blank'}
79-
文部科学省 - 生成AIの利活用に関するガイドライン
80-
%small
79+
%small
80+
(参考:
81+
%a{href: 'https://www.mext.go.jp/content/20241226-mxt_shuukyo02-000030823_002.pdf', target: '_blank'}
82+
文科省 - 生成AIの利活用に関するガイドライン (概要)
83+
%small
84+
%i.far.fa-external-link
85+
\/
86+
%a{href: 'https://www.mext.go.jp/a_menu/other/mext_02412.html', target: '_blank'}
87+
詳細を見る
8188
%small
8289
%i.far.fa-external-link
8390
)

0 commit comments

Comments
 (0)