remove tempting back button

This commit is contained in:
2023-03-19 00:25:47 -04:00
parent 7d16cec5db
commit bf91eadd8e
12 changed files with 69 additions and 99 deletions

View File

@ -20,9 +20,6 @@
</p>
<div class="self-end flex space-x-4">
<.link class="btn btn-primary" navigate={Routes.context_index_path(@socket, :index)}>
<%= dgettext("actions", "back") %>
</.link>
<.link
:if={Contexts.is_owner?(@context, @current_user)}
class="btn btn-primary"

View File

@ -20,9 +20,6 @@
</p>
<div class="self-end flex space-x-4">
<.link class="btn btn-primary" navigate={Routes.note_index_path(@socket, :index)}>
<%= dgettext("actions", "back") %>
</.link>
<.link
:if={Notes.is_owner?(@note, @current_user)}
class="btn btn-primary"

View File

@ -28,9 +28,6 @@
</p>
<div class="pb-4 self-end flex space-x-4">
<.link class="btn btn-primary" navigate={Routes.pipeline_index_path(@socket, :index)}>
<%= dgettext("actions", "back") %>
</.link>
<.link
:if={Pipelines.is_owner?(@pipeline, @current_user)}
class="btn btn-primary"