Select Git revision
index.html.erb
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html.erb 532 B
<div class="row">
<div class="col-md-3">
<%= render 'admin/experiment_profiles/index/filters' %>
<%= render 'admin/application/export' %>
</div>
<div class="col-md-9 full-height">
<%= render 'table_search', relation: @experiment_profiles,
search_key: :user1_first_name_or_user1_last_name_or_user2_first_name_or_user2_last_name_cont %>
<%= render 'table_header',
relation: @experiment_profiles %>
<%= render 'admin/experiment_profiles/index/table' %>
</div>
</div>