mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
12 lines
301 B
Ruby
12 lines
301 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.modal controller.render_to_string(
|
|
partial: 'access_permissions/modals/show_modal',
|
|
formats: [:html],
|
|
locals: {
|
|
assignable: @project,
|
|
manually_assigned_users: @project.manually_assigned_users,
|
|
top_level_assignable: @project
|
|
},
|
|
layout: false
|
|
)
|