1
0

remove unused 'primary' css class

This commit is contained in:
cryptogopher
2021-05-08 15:38:41 +02:00
parent 847975b36d
commit bb43370329
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
</thead>
<tbody>
<% @goals.each do |g| %>
<tr id="goal-<%= g.id %>" class="primary goal">
<tr id="goal-<%= g.id %>" class="goal">
<td class="topleft unwrappable">
<div style="float:left;">
<%= checked_image g.is_binding %><%= link_to g.name, goal_targets_path(g) %>