Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 6d6b5a4

Browse files
committed
Added info
1 parent b86704a commit 6d6b5a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/views/modal/widget_unportalize.html

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ <h4 class="modal-title">ポータル化を解除する</h4>
2424
<p>
2525
<label for="">解除後のページ</label><br><code>{{ unportalizedPath }}</code>
2626
</p>
27+
{% if isTopPage() %}
28+
<p class="alert alert-info">
29+
このポータルはトップページのポータルのため、特別なページに移動します。
30+
</p>
31+
{% endif %}
2732
</div>
2833
</div>
2934
<div class="modal-footer">

0 commit comments

Comments
 (0)