app/views/account/platform/applications/index.html.erb in bullet_train-api-1.2.20 vs app/views/account/platform/applications/index.html.erb in bullet_train-api-1.2.21
- old
+ new
@@ -1,7 +1,7 @@
-<%= render 'account/shared/page' do |p| %>
- <% p.content_for :title, t('.section') %>
- <% p.content_for :body do %>
+<%= render 'account/shared/page' do |page| %>
+ <% page.title t('.section') %>
+ <% page.body do %>
<%= render 'index', applications: @applications %>
<%= render 'account/platform/access_tokens/index', access_tokens: @team.platform_agent_access_tokens, context: @team %>
<% end %>
<% end %>