Sha256: fc44f3a2669c79cccb5f72bc022c611c9ccabf5cdeec45871879f65da3d12284
Contents?: true
Size: 1.03 KB
Versions: 14
Compression:
Stored size: 1.03 KB
Contents
<%= render 'account/shared/page' do |p| %> <% p.content_for :title, t('.header', teams_possessive: possessive_string(@team.name)) %> <% p.content_for :actions do %> <%= link_to edit_account_team_path(@team), class: 'button-secondary button-smaller' do %> <%= t('teams.buttons.edit') %> <% end if can? :edit, @team %> <% end %> <% p.content_for :body do %> <%# 🚅 super scaffolding will insert new children above this line. %> <% unless scaffolding_things_disabled? %> <%= render 'account/shared/commentary/box' do |p| %> <% p.content_for :content do %> <%= render 'account/scaffolding/absolutely_abstract/creative_concepts/index', creative_concepts: @team.scaffolding_absolutely_abstract_creative_concepts, hide_back: true unless scaffolding_things_disabled? %> <% end %> <% p.content_for :commentary do %> <%= t('scaffolding/absolutely_abstract/creative_concepts.index.commentary').html_safe %> <% end %> <% end %> <% end %> <% end %> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems