show context

<%= if @live_action in [:edit] do %> <.modal return_to={Routes.context_show_path(@socket, :show, @context)}> <.live_component module={MemexWeb.ContextLive.FormComponent} id={@context.id} title={@page_title} action={@live_action} context={@context} return_to={Routes.context_show_path(@socket, :show, @context)} /> <% end %> <.link patch={Routes.context_show_path(@socket, :edit, @context)} class="button"> <%= dgettext("actions", "edit") %> | <.link navigate={Routes.context_index_path(@socket, :index)}> <%= dgettext("actions", "Back") %>