Title | Description | Visibility | |
---|---|---|---|
<%= pipeline.title %> | <%= pipeline.description %> | <%= pipeline.visibility %> | <.link navigate={Routes.pipeline_show_path(@socket, :show, pipeline)}> <%= dgettext("actions", "Show") %> <.link patch={Routes.pipeline_index_path(@socket, :edit, pipeline)}> <%= dgettext("actions", "Edit") %> <.link href="#" phx-click="delete" phx-value-id={pipeline.id} data-confirm={dgettext("prompts", "Are you sure?")} > <%= dgettext("actions", "Delete") %> |