|
@ -24,4 +24,5 @@ |
|
|
= link_to t('.edit', :default => t("helpers.links.edit")), edit_user_path(user), :class => 'btn btn-mini' |
|
|
= link_to t('.edit', :default => t("helpers.links.edit")), edit_user_path(user), :class => 'btn btn-mini' |
|
|
= link_to t('.destroy', :default => t("helpers.links.destroy")), user_path(user), :method => :delete, :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')), :class => 'btn btn-mini btn-danger' |
|
|
= link_to t('.destroy', :default => t("helpers.links.destroy")), user_path(user), :method => :delete, :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')), :class => 'btn btn-mini btn-danger' |
|
|
|
|
|
|
|
|
|
|
|
= will_paginate users |
|
|
= link_to t('.new', :default => t("helpers.links.new")), new_user_path, :class => 'btn btn-primary' |
|
|
= link_to t('.new', :default => t("helpers.links.new")), new_user_path, :class => 'btn btn-primary' |
|
|