Sha256: 083859bceb6307af9b8c7937d805db37ab7ab35412d8b8ccba5b1c8ff95d4651
Contents?: true
Size: 386 Bytes
Versions: 5
Compression:
Stored size: 386 Bytes
Contents
<%- @page_title= "GBL♦Admin - Users" %> <h1 style="width:100%; margin-bottom:2rem;"> Users </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
5 entries across 5 versions & 1 rubygems