Sha256: a92026129ab8bae060569a3104f3ebd2d25ac45a72996fa5f92ce3d6c1dc1202
Contents?: true
Size: 482 Bytes
Versions: 9
Compression:
Stored size: 482 Bytes
Contents
<%- @page_title= "GBL♦Admin - Users" %> <h1 style="width:100%; margin-bottom:2rem;"> Users <%= link_to '+ New User', new_user_invitation_path, {class: 'btn btn-primary float-right'} %> </h1> <table class="table table-striped table-bordered sortable"> <thead class="thead-dark"> <tr> <th class="header">Email</th> <tr> <tbody> <% @users.each do |user| %> <tr> <td><%= user.email %><br/></td> </tr> <% end %> </tbody> </table>
Version data entries
9 entries across 9 versions & 1 rubygems