This commit is contained in:
@ -92,11 +92,7 @@ defmodule MemexWeb.Components.ContextsTableComponent do
|
||||
assigns = %{slug: slug}
|
||||
|
||||
slug_block = ~H"""
|
||||
<.link
|
||||
navigate={Routes.context_show_path(Endpoint, :show, @slug)}
|
||||
class="link"
|
||||
data-qa={"context-show-#{@slug}"}
|
||||
>
|
||||
<.link navigate={Routes.context_show_path(Endpoint, :show, @slug)} class="link">
|
||||
<%= @slug %>
|
||||
</.link>
|
||||
"""
|
||||
|
@ -92,11 +92,7 @@ defmodule MemexWeb.Components.NotesTableComponent do
|
||||
assigns = %{slug: slug}
|
||||
|
||||
slug_block = ~H"""
|
||||
<.link
|
||||
navigate={Routes.note_show_path(Endpoint, :show, @slug)}
|
||||
class="link"
|
||||
data-qa={"note-show-#{@slug}"}
|
||||
>
|
||||
<.link navigate={Routes.note_show_path(Endpoint, :show, @slug)} class="link">
|
||||
<%= @slug %>
|
||||
</.link>
|
||||
"""
|
||||
|
@ -93,11 +93,7 @@ defmodule MemexWeb.Components.PipelinesTableComponent do
|
||||
assigns = %{slug: slug}
|
||||
|
||||
slug_block = ~H"""
|
||||
<.link
|
||||
navigate={Routes.pipeline_show_path(Endpoint, :show, @slug)}
|
||||
class="link"
|
||||
data-qa={"pipeline-show-#{@slug}"}
|
||||
>
|
||||
<.link navigate={Routes.pipeline_show_path(Endpoint, :show, @slug)} class="link">
|
||||
<%= @slug %>
|
||||
</.link>
|
||||
"""
|
||||
|
Reference in New Issue
Block a user