summaryrefslogtreecommitdiff
path: root/users/app/views/users/_user.html.haml
blob: 5eb7941ae3936f40335bf238b0e72da7412eddb1 (plain)
1
2
3
4
5
6
7
%tr
  %td= user.login
  %td= time_ago_in_words(user.created_at) + " ago"
  %td
    = link_to user_path(user), :method => :delete, :class => "btn btn-danger btn-mini" do
      %i.icon-remove.icon-white
      Remove