Sha256: a482d91268c631bc0e0a9813182dd7b53980b8602fb374cfdc2195c45c1365a0
Contents?: true
Size: 542 Bytes
Versions: 9
Compression:
Stored size: 542 Bytes
Contents
<header class='header-main'> <div class="header-gutter"> <%= link_to_back %> </div> <div class="header-title"> <h1>Users</h1> </div> <div class="header-actions"> <%= link_to "#{icon_tag 'plus'} Add User".html_safe, new_user_path, class: 'btn btn-primary' %> </div> </header> <section class="body-main"> <table class="table table-results"> <thead> <th>Name</th> <th>Email</th> <th>Roles</th> <th></th> </thead> <tbody> <%= render @users %> </tbody> </table> </section>
Version data entries
9 entries across 9 versions & 1 rubygems