% creative_concepts = creative_concepts.accessible_by(current_ability) %> <% context ||= @team %> <% hide_actions ||= false %> <% hide_back ||= false %> <% pagy ||= nil %> <% pagy, creative_concepts = pagy(creative_concepts, page_param: :creative_concepts_page) unless pagy %> <%= updates_for context, :scaffolding_absolutely_abstract_creative_concepts do %> <%= render 'account/shared/box' do |p| %> <% p.content_for :title, t(".contexts.#{context.class.name.underscore}.header") %> <% p.content_for :description do %> <%= t(".contexts.#{context.class.name.underscore}.#{creative_concepts.any? ? 'description' : 'description_empty'}") %> <%= render "shared/limits/index", model: creative_concepts.model %> <% end %> <% if creative_concepts.any? %> <% p.content_for :table do %>
<%= t('.fields.name.heading') %> | <%= t('.fields.all_collaborators.heading') %> | <%# 🚅 super scaffolding will insert new field headers above this line. %><%= t('.fields.created_at.heading') %> |
---|