scinote-web/app/views/projects/index/_team_projects_table.html.erb
2018-10-01 15:39:42 +02:00

22 lines
714 B
Plaintext

<div class="projects-overview-table">
<table id="projects-overview-table" class="table"
data-source="<%= projects_index_dt_path %>">
<thead>
<tr>
<th><input name="select_all" value="1" type="checkbox"></th>
<th><%= t("projects.table.status") %></th>
<th><%= t("projects.table.name") %></th>
<th><%= t("projects.table.start") %></th>
<th><%= t("projects.table.visibility") %></th>
<th><%= t("projects.table.users") %></th>
<th><%= t("projects.table.experiments") %></th>
<th><%= t("projects.table.tasks") %></th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<%= stylesheet_link_tag 'datatables' %>