Sha256: 7e4dabb852c85b028c60cd713c836e6ff8a43ce9e58961e0445e8ffe2fa59ff3

Contents?: true

Size: 209 Bytes

Versions: 26

Compression:

Stored size: 209 Bytes

Contents

<ul>
  <%- @users.each do |user| -%>
    <li><%=h user.name %> <%= link_to 'Impersonate', impersonation_path(:user_id => user.id), :method => :post, :id => "impersonate_#{user.id}" %></li>
  <%- end -%>
</ul>

Version data entries

26 entries across 26 versions & 4 rubygems

Version Path
headstart-0.11.2 app/views/impersonations/index.html.erb
headstart-0.11.1 app/views/impersonations/index.html.erb
headstart-0.9.2 app/views/impersonations/index.html.erb
headstart-0.9.1 app/views/impersonations/index.html.erb
headstart-0.9.0 app/views/impersonations/index.html.erb
headstart-0.8.0 app/views/impersonations/index.html.erb
headstart-0.7.0 app/views/impersonations/index.html.erb
headstart-0.6.2 app/views/impersonations/index.html.erb
headstart-0.6.1 app/views/impersonations/index.html.erb
headstart-0.6.0 app/views/impersonations/index.html.erb
headstart-0.5.5 app/views/impersonations/index.html.erb
headstart-0.5.4 app/views/impersonations/index.html.erb
headstart-0.5.3 app/views/impersonations/index.html.erb
headstart-0.5.2 app/views/impersonations/index.html.erb
headstart-0.5.1 app/views/impersonations/index.html.erb
headstart-0.5.0 app/views/impersonations/index.html.erb
headstart-0.4.2 app/views/impersonations/index.html.erb
headstart-0.4.1 app/views/impersonations/index.html.erb
headstart-0.4.0 app/views/impersonations/index.html.erb
headstart-0.3.0 app/views/impersonations/index.html.erb