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.
10 lines
458 B
10 lines
458 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"> New Subject Index </h4> </div> |
|
<div class="card-body"> |
|
<%= render(SubjectIndexFormComponent.new(current_user: current_user, subject_index: @subject_index, opts: { form_url: subject_indexes_path, form_method: :post, parent_id: params[:parent_id] })) %> |
|
</div> |
|
</div> |
|
</div> |
|
</div>
|
|
|