You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
479 B
11 lines
479 B
<div class="container-fluid mt-2 p-0"> |
|
<div class="col-sm-12"> |
|
<div> |
|
<div class="card-header" style="border-bottom: 1px solid darkred;"> <h4 class="mb-0"> Edit Subject Index </h4> </div> |
|
|
|
<div class="card-body"> |
|
<%= render(SubjectIndexFormComponent.new(current_user: current_user, subject_index: @subject_index, opts: { form_url: subject_index_path(@subject_index), form_method: :patch, parent_id: @subject_index.parent_id })) %> |
|
</div> |
|
</div> |
|
</div> |
|
</div>
|
|
|