From a0f52e8b4f3c392891fcff31d039a926a318ee68 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 2 Sep 2022 16:13:52 +0300 Subject: [PATCH] Make changeset id also a link so it can be displayed over the stretched link and be text-selectable --- app/views/changesets/_changeset.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/changesets/_changeset.html.erb b/app/views/changesets/_changeset.html.erb index fa1761954..a59c85ec4 100644 --- a/app/views/changesets/_changeset.html.erb +++ b/app/views/changesets/_changeset.html.erb @@ -20,7 +20,9 @@
<%= changeset_details(changeset) %> · - #<%= changeset.id %> + + #<%= changeset.id %> +
<%= changeset.comments.length %> -- 2.45.2