Added abilities to view and edit benchmark info
This commit is contained in:
@ -18,17 +18,15 @@
|
||||
<tr>
|
||||
<th>Benchmark name</th>
|
||||
<th>Scoring type</th>
|
||||
<th>Date added</th>
|
||||
<th>Date modified</th>
|
||||
<th>Notes</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% benchmarks.each do |b| %>
|
||||
<tr>
|
||||
<td><%= b.name %></td>
|
||||
<td><a href="/benchmark/<%= b.id %>"><%= b.name %></a</td>
|
||||
<td><%= b.scoring %></td>
|
||||
<td><%= date_format(b.created_at) %></td>
|
||||
<td><%= date_format(b.updated_at) %></td>
|
||||
<td><%= b.description %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user