Merge branch '68-design-quizkopieren-plus-hinweis-wenn-quiz-kopiert' into 'master'

Resolve "Design Quizkopierbutton"

Closes #68

See merge request enrichment-2024/qivip!32
This commit is contained in:
ben8
2025-04-07 15:15:13 +00:00

View File

@@ -19,8 +19,12 @@
</svg> </svg>
</a> </a>
{% endif %} {% endif %}
<a href="{% url 'library:copy_quiz' quiz.id %}" class="flex items-center qp-a-button-small border-2 border-blue-600 text-gray-600 font-bold drop-shadow-lg custom-outline">Quiz kopieren</a> <a href="{% url 'library:copy_quiz' quiz.id %}" class="inline-flex items-center px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition-colors duration-200">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4" />
</svg>
Quiz kopieren
</a>
</div> </div>
</div> </div>