Sha256: 6cddddd3f560935f11b61d0f93abab353f74e26bf3545763e1698cc5e9fec517

Contents?: true

Size: 192 Bytes

Versions: 4

Compression:

Stored size: 192 Bytes

Contents

<div class="list-group">
  <% @employees.each do |employee| %>
    <div class="list-group-item">
      <%= link_to(employee.full_name, employee_path(employee)) %>
    </div>
  <% end %>
</div>

Version data entries

4 entries across 4 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/employees/index.html.erb
mega-os-1.0.0 app/views/employees/index.html.erb
jester-data-8.0.0 app/views/employees/index.html.erb
ezii-os-5.2.1 app/views/employees/index.html.erb