mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +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">
|
||||
<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>
|
||||
{{ _("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>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user