diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-09 10:33:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-09 10:33:25 +0900 |
| commit | dfdd70a508f7540c76dd0acd966df40b910613a9 (patch) | |
| tree | d41c6bfef2e1962cf3d3ebcabab14eca2804a401 | |
| parent | 42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb (diff) | |
| download | phperkaigi-2024-albatross-dfdd70a508f7540c76dd0acd966df40b910613a9.tar.gz phperkaigi-2024-albatross-dfdd70a508f7540c76dd0acd966df40b910613a9.tar.zst phperkaigi-2024-albatross-dfdd70a508f7540c76dd0acd966df40b910613a9.zip | |
add note about ranking to answer_list
| -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> |
