Sha256: 7ae1615de44f9c7d52e8bdcc2cefa8563126801d9fd012862f91482cf0c87bf9
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
<% f_object = form_object(@member_department, scope: params[:as], wrap: { select: 'select is-fullwidth' }) %> <%= turbo_stream.update "job_title_id_wrap_#{params[:index]}", partial: 'org/admin/member_departments/job_title_options', locals: { f: f_object } %> <% if @department && @department.children.present? %> <%= turbo_stream.after params[:html_id], partial: 'com/nodes/outer_children_options', locals: { f: f_object, node: @department, depth: @department.depth + 1, outer: params[:outer] } %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/admin/members/options.turbo_stream.erb |