Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions patchwork/templates/patchwork/partials/patch-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@
</td>
<td>
{% if patch.series %}
{% if user.is_authenticated and user.profile.show_ids %}
<button type="button" class="btn btn-xs btn-copy" data-clipboard-text="{{ patch.series.id }}" title="Copy to Clipboard">
{{ patch.series.id }}
</button>
{% endif %}
<a href="?series={{patch.series.id}}">
{{ patch.series|truncatechars:100 }}
</a>
Expand Down