Aggiunge pulsante Modifica ai task nella scheda organizzazione.
CI / scan_ruby (push) Failing after 11m50s
CI / scan_js (push) Successful in 11m31s
CI / lint (push) Failing after 12m1s

Disponibile nel banner prossima azione, nella lista pendenti e nei task completati.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-19 11:23:21 +02:00
co-authored by Cursor
parent 34114e8ca8
commit ab57309f5c
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
</div>
<div class="flex w-full flex-wrap items-center gap-2 sm:w-auto">
<%= button_to "Completa", complete_task_path(task), method: :patch, class: "rounded-md bg-emerald-600 px-3 py-1.5 text-xs font-medium text-white hover:bg-emerald-700" %>
<%= link_to "Apri", task.organization, class: "rounded-md border border-zinc-300 px-3 py-1.5 text-xs font-medium text-zinc-700 hover:bg-zinc-50 dark:border-zinc-600 dark:text-zinc-200 dark:hover:bg-zinc-800" %>
<%= link_to "Modifica", edit_task_path(task), class: "rounded-md border border-zinc-300 px-3 py-1.5 text-xs font-medium text-zinc-700 hover:bg-zinc-50 dark:border-zinc-600 dark:text-zinc-200 dark:hover:bg-zinc-800" %>
</div>
</div>
<% end %>