Link the user show page from the admin users index
The admin users index only exposed Edit / Delete actions per row, so the Accessible-applications panel on the user show page was unreachable without typing the URL by hand. Adds a View action and turns the email into a link to the show page — mirroring how the applications and groups indexes already work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
fe68f6e81e
commit
0e9ec71013
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Clinch
|
||||
VERSION = "0.14.2"
|
||||
VERSION = "0.14.3"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user