Sha256: fae44b9d7bd540aaa2c454b5452854ee927dde3089628b1afaf8309b03d9e4ac
Contents?: true
Size: 901 Bytes
Versions: 119
Compression:
Stored size: 901 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', membership: @membership %> <% end %> <% end %> <% if can? :destroy, @membership %> <%= render 'account/shared/box', divider: true do |p| %> <% p.content_for :title, t('.remove_header') %> <% p.content_for :description, t('.remove_description') %> <% p.content_for :body do %> <%= button_to t('.buttons.destroy'), [:account, @membership], method: :delete, data: { confirm: t('.buttons.confirmations.destroy') }, class: 'button' %> <% end %> <% end %> <% end %> <% end %> <% end %>
Version data entries
119 entries across 119 versions & 1 rubygems