8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
<% 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 %>
|