aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/app/templates/answer_new.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'services/app/templates/answer_new.html.twig')
-rw-r--r--services/app/templates/answer_new.html.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/services/app/templates/answer_new.html.twig b/services/app/templates/answer_new.html.twig
index 9dbf96e..d6a3972 100644
--- a/services/app/templates/answer_new.html.twig
+++ b/services/app/templates/answer_new.html.twig
@@ -1,6 +1,14 @@
{% extends '_page.html.twig' %}
{% block content %}
+ <nav>
+ <ol class="breadcrumb">
+ <li class="breadcrumb-item"><a href="{{ url_for('quiz_list') }}">問題一覧</a></li>
+ <li class="breadcrumb-item"><a href="{{ url_for('quiz_view', { qslug: quiz.slug }) }}">{{ quiz.title }}</a></li>
+ <li class="breadcrumb-item active">提出</li>
+ </ol>
+ </nav>
+
<h2>{{ quiz.title }}</h2>
<p>
{{ quiz.description }}