Sha256: 93a2aea3583d2c7ca657995eb83fda895b48ba1a8824376e76996a8b319d15dc
Contents?: true
Size: 934 Bytes
Versions: 2
Compression:
Stored size: 934 Bytes
Contents
<% block = view(:block).new %> <% searchbar = view(:searchbar).new(elements: @search_superusers, url: lato_core.superusers_path, filter: :username_cont, style: :rounded) %> <%=raw view(:actionbar).new(links: [[CORE_LANG['vocabolary']['new'], lato_core.new_superuser_path]], title: CORE_LANG['vocabolary']['users'], widgets: [[searchbar, :right]]) %> <div class="content-row"> <%=raw block.open %> <%=raw view(:index).new(head: [CORE_LANG['vocabolary']['username'], CORE_LANG['vocabolary']['email']], elements: @superusers, attributes: ['username', 'email'], link: lato_core.superusers_path, show_link: false) %> <%= will_paginate @superusers %> <%=raw block.close %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lato_core-1.1.1 | app/views/lato_core/back/superusers/index.html.erb |
lato_core-1.1 | app/views/lato_core/back/superusers/index.html.erb |