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.1.10 app/views/account/teams/show.html.erb
bullet_train-1.1.9 app/views/account/teams/show.html.erb
bullet_train-1.1.7 app/views/account/teams/show.html.erb
bullet_train-1.1.6 app/views/account/teams/show.html.erb
bullet_train-1.1.5 app/views/account/teams/show.html.erb
bullet_train-1.1.4 app/views/account/teams/show.html.erb
bullet_train-1.1.3 app/views/account/teams/show.html.erb
bullet_train-1.1.2 app/views/account/teams/show.html.erb
bullet_train-1.1.1 app/views/account/teams/show.html.erb
bullet_train-1.1.0 app/views/account/teams/show.html.erb
bullet_train-1.0.99 app/views/account/teams/show.html.erb
bullet_train-1.0.98 app/views/account/teams/show.html.erb
bullet_train-1.0.97 app/views/account/teams/show.html.erb
bullet_train-1.0.96 app/views/account/teams/show.html.erb
bullet_train-1.0.95 app/views/account/teams/show.html.erb
bullet_train-1.0.93 app/views/account/teams/show.html.erb
bullet_train-1.0.92 app/views/account/teams/show.html.erb
bullet_train-1.0.90 app/views/account/teams/show.html.erb
bullet_train-1.0.89 app/views/account/teams/show.html.erb
bullet_train-1.0.88 app/views/account/teams/show.html.erb