Since we've renamed the class to `Option`, having variables, methods and texts refering to it as `answer` was confusing.
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
<%= render Admin::AllowedTableActionsComponent.new(question) do |actions| %>
|
|
<%= actions.action(:options, text: t("admin.polls.show.edit_answers")) %>
|
|
<% end %>
|