Sha256: c991159d76b3c93d35ab2274b7622428c2b365c73a48ab06ffc7fcc2bdbee3a3
Contents?: true
Size: 531 Bytes
Versions: 3
Compression:
Stored size: 531 Bytes
Contents
<% block = view(:layout, :block).new back_button = view(:component, :button).new(title: 'Back', url: lato_core.superusers_path, size: 'small') actionbar = view(:layout, :actionbar).new(title: "#{CORE_LANG['vocabolary']['edit']} #{@superuser.username}", widgets: [{component: back_button, align: 'right'}]) %> <%= raw actionbar %> <div class="content-row"> <%= raw block.open %> <%= render 'lato_core/back/superusers/shared/form', method: 'put' %> <%= raw block.close %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems