Link to project

This commit is contained in:
Karel Pičman 2023-08-22 13:23:03 +02:00
parent 0fc3c97b63
commit 6b940757cc

View File

@ -90,6 +90,8 @@ module DmsfQueriesHelper
else
link_to h(item.project_id), edit_root_dmsf_path(id: item.project_id)
end
when 'project'
link_to h(item.project_id), edit_root_dmsf_path(id: item.project_id)
else
h(value)
end