Used helper user_signed_in? insead of current_user
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%= turbo_frame_tag dom_id(job, :cancel_button) do %>
|
||||
<%# TODO: Refactor! %>
|
||||
<% if current_user %>
|
||||
<% if user_signed_in? %>
|
||||
<% if allowed_to? :cancel?, job %>
|
||||
<%= button_to icon("x-circle", class: "icon size-10 text-hsrm-red", title: "Druckauftrag abbrechen (Anmeldung erforderlich)"), cancel_job_path(job), method: :patch, target: "_top", form: {data: {turbo_frame: "_top", turbo_confirm: 'Den Plottauftrag wirklich abbrechen?'}}, form_class: "inline" %>
|
||||
<% else %>
|
||||
|
||||
Reference in New Issue
Block a user