Sha256: 0818f62ee3233275be40a031e6457585b8903770fb36a2bb33e4c047ddd6d2c4
Contents?: true
Size: 433 Bytes
Versions: 150
Compression:
Stored size: 433 Bytes
Contents
<%= render 'account/shared/page' do |p| %> <% p.content_for :title, t('.section') %> <% p.content_for :body do %> <%= render 'account/shared/box', divider: true do |p| %> <% p.content_for :title, t('.header') %> <% p.content_for :description, t('.description') %> <% p.content_for :body do %> <%= render 'form', tangible_thing: @tangible_thing %> <% end %> <% end %> <% end %> <% end %>
Version data entries
150 entries across 75 versions & 2 rubygems