<% @users.each do |u|%> <% end %>
Name Email Admin User Action
<%= "#{u.first_name} #{u.last_name}"%> <%= u.email%> <%= u.admin ? %{ <%= link_to "Edit", admin_get_user_path(u.id), {:style => "width:70px", :class => "btn btn-inverse"}%>