PC版/パーツテンプレート/レッスン一覧パーツの情報
4.18.0アップデートでの変更箇所は下記となります。(行数は無編集の場合の目安となります)
+ で始まる行がアップデートで追加された行となります
- で始まる行がアップデートで削除された行となります
テンプレート編集画面の「オリジナルとの差分を確認する」機能でも差分をご確認いただけます。
差分の表示形式を選択してください
PC/Parts/pc_study##lessons.partial.lessonList.twig
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
{% include 'study::lessons.partial.lessonBox.twig' with {row: row} only %}
|
15
15
|
{% endfor %}
|
16
16
|
<div class="more-btn-wrap">
|
17
|
-
<a href="{{route('contents.category', {category:category})}}" class="btn-cmn bd-btn"
|
17
|
+
<a href="{{route('contents.category', {category:category})}}" class="btn-cmn bd-btn">そのほかの{{config('site.title_design.lesson_title')}}を見る</a>
|
18
18
|
</div>
|
19
19
|
</div>
|
20
20
|
{% endif %}
|