mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 14:02:24 +01:00
Add "Ask a question" button to create a thread
This commit is contained in:
parent
e344e28166
commit
522f12356a
@ -184,7 +184,11 @@
|
|||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a class="btn btn-secondary" href="{{ package.issueTracker or url_for('threads.new', pid=package.id) }}" rel="ugc">
|
<a class="btn btn-secondary" href="{{ package.issueTracker or url_for('threads.new', pid=package.id) }}" rel="ugc">
|
||||||
<i class="fas fa-bug me-1"></i>
|
<i class="fas fa-bug me-1"></i>
|
||||||
{{ _("Report an Issue") }}
|
{{ _("Report an issue") }}
|
||||||
|
</a>
|
||||||
|
<a class="btn btn-secondary" href="{{ url_for('threads.new', pid=package.id) }}">
|
||||||
|
<i class="fas fa-question me-1"></i>
|
||||||
|
{{ _("Ask a question") }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user