Sha256: 4f503dc3b7ae9801c5b5ce8df4a3a8f8c9ccdf9a48ed93b9877907efeade0d7c

Contents?: true

Size: 1.06 KB

Versions: 98

Compression:

Stored size: 1.06 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.accessible_by(current_ability), 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

98 entries across 98 versions & 1 rubygems

Version Path
bullet_train-1.0.17 app/views/account/teams/show.html.erb
bullet_train-1.0.16 app/views/account/teams/show.html.erb
bullet_train-1.0.15 app/views/account/teams/show.html.erb
bullet_train-1.0.14 app/views/account/teams/show.html.erb
bullet_train-1.0.13 app/views/account/teams/show.html.erb
bullet_train-1.0.12 app/views/account/teams/show.html.erb
bullet_train-1.0.11 app/views/account/teams/show.html.erb
bullet_train-1.0.10 app/views/account/teams/show.html.erb
bullet_train-1.0.9 app/views/account/teams/show.html.erb
bullet_train-1.0.8 app/views/account/teams/show.html.erb
bullet_train-1.0.7 app/views/account/teams/show.html.erb
bullet_train-1.0.6 app/views/account/teams/show.html.erb
bullet_train-1.0.5 app/views/account/teams/show.html.erb
bullet_train-1.0.4 app/views/account/teams/show.html.erb
bullet_train-1.0.3 app/views/account/teams/show.html.erb
bullet_train-1.0.2 app/views/account/teams/show.html.erb
bullet_train-1.0.1 app/views/account/teams/show.html.erb
bullet_train-1.0.0 app/views/account/teams/show.html.erb