Skip to content

Commit

Permalink
add link to creating a gh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-sh committed Apr 24, 2024
1 parent 20ea5df commit c58e705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ <h2>Category: <strong>{{category}}</strong></h2>
<th class="px-10 bg-blue-900 text-white">Page</th>
<th class="px-10 bg-blue-900 text-white">Category</th>
<th class="px-10 bg-blue-900 text-white">Date</th>
<th class="px-10 bg-blue-900 text-white">Github issue</th>
</tr>
</thead>
<tbody>
Expand All @@ -51,6 +52,8 @@ <h2>Category: <strong>{{category}}</strong></h2>
<td class="text-center p-2">{{ feedback.page }}</td>
<td class="text-center p-2">{{ feedback.category }}</td>
<td class="text-center p-2">{{ feedback.date|format_date }}</td>
<td class="text-center p-2"><a target="_blank"
href="https://github.com/hedyorg/hedy/issues/new?labels=feedback&title={{feedback.category}}&body=%23%20Description%0A{{feedback.message}}%0A%0A%23%20Page%0A{{feedback.page}}%0A%0A%23%20Date%0A{{feedback.date|format_date}}">Create issue</a></td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit c58e705

Please sign in to comment.