5 lines
126 B
Text
5 lines
126 B
Text
|
|
<% if policy(ArchiveFaq).translation_access? %>
|
||
|
|
<%= render "admin_index" %>
|
||
|
|
<% else %>
|
||
|
|
<%= render "faq_index" %>
|
||
|
|
<% end %>
|