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.61 app/views/account/teams/show.html.erb
bullet_train-1.0.60 app/views/account/teams/show.html.erb
bullet_train-1.0.59 app/views/account/teams/show.html.erb
bullet_train-1.0.58 app/views/account/teams/show.html.erb
bullet_train-1.0.57 app/views/account/teams/show.html.erb
bullet_train-1.0.56 app/views/account/teams/show.html.erb
bullet_train-1.0.53 app/views/account/teams/show.html.erb
bullet_train-1.0.52 app/views/account/teams/show.html.erb
bullet_train-1.0.51 app/views/account/teams/show.html.erb
bullet_train-1.0.50 app/views/account/teams/show.html.erb
bullet_train-1.0.49 app/views/account/teams/show.html.erb
bullet_train-1.0.48 app/views/account/teams/show.html.erb
bullet_train-1.0.47 app/views/account/teams/show.html.erb
bullet_train-1.0.46 app/views/account/teams/show.html.erb
bullet_train-1.0.45 app/views/account/teams/show.html.erb
bullet_train-1.0.42 app/views/account/teams/show.html.erb
bullet_train-1.0.41 app/views/account/teams/show.html.erb
bullet_train-1.0.40 app/views/account/teams/show.html.erb
bullet_train-1.0.39 app/views/account/teams/show.html.erb
bullet_train-1.0.38 app/views/account/teams/show.html.erb