Add Targets #show
Change css classes from subject-oriented to property-oriented
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
<% @sources.each do |s| %>
|
||||
<% next if s.new_record? %>
|
||||
<tr id="source-<%= s.id %>" class="source">
|
||||
<td class="name"><%= s.name %></td>
|
||||
<td class="topleft"><%= s.name %></td>
|
||||
<td class="description"><%= s.description %></td>
|
||||
<td class="action"><%= delete_link source_path(s), data: {} %></td>
|
||||
<td class="right shrunk"><%= delete_link source_path(s), data: {} %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user