<% if already_has_role? %> <%= render Admin::TableActionsComponent.new(record, actions: actions) %> <% else %> <%= render Admin::TableActionsComponent.new(actions: []) do %> <%= link_to add_user_text, add_user_path, method: :post, class: "button success expanded" %> <% end %> <% end %>