pas d'action directe sur la liste des emails

This commit is contained in:
Jérémy Lecour 2021-03-04 22:56:05 +01:00 committed by Jérémy Lecour
parent 415e240406
commit 6296c7cd05
2 changed files with 0 additions and 6 deletions

View file

@ -7,7 +7,6 @@
<th scope="col" class="px-2 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">From</th>
<th scope="col" class="px-2 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Subject</th>
<th scope="col" class="px-2 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Metadata</th>
<th scope="col" class="relative px-2 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider"><span class="sr-only">Actions</span></th>
</tr>
</thead>

View file

@ -19,9 +19,4 @@
<span class="pill pill-junk">junk</span>
<% end %>
</td>
<td class="flex-1 px-2 py-1">
<%= link_to 'Show', email, "data-turbo-frame": "_top", class: "flex" %>
<%= link_to 'Edit', edit_email_path(email), "data-turbo-frame": "_top", class: "flex" %>
<%= link_to 'Destroy', email, method: :delete, data: { confirm: 'Are you sure?' }, "data-turbo-frame": "_top", class: "flex" %>
</td>
</tr>