diff options
| -rw-r--r-- | services/app/templates/answer_list.html.twig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/app/templates/answer_list.html.twig b/services/app/templates/answer_list.html.twig index 0ca3318..c066d3b 100644 --- a/services/app/templates/answer_list.html.twig +++ b/services/app/templates/answer_list.html.twig @@ -24,6 +24,11 @@ まだ回答がありません </p> {% else %} + {% if is_ranking_hidden %} + <p> + 回答が締め切られるまで、自分以外の回答や回答のランクは表示されません + </p> + {% endif %} <table class="table table-striped table-bordered"> <thead> <tr> |
