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