Some checks failed
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>
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Clinch
|
|
VERSION = "0.14.3"
|
|
end
|