<%= l(:field_name) %> | <%= l(:field_url) %> | <%= l(:field_active) %> | <%= l(:label_user_plural) %> | |
---|---|---|---|---|
<%= link_to(h(source.name), :action => 'edit', :id => source) %> | <%= h(source.url) %> | <%= checked_image(source.active?) %> | <%= source.users.count %> | <%= link_to(l(:button_edit), { :action => 'edit', :id => source }, :class => 'icon icon-edit') %> <%= link_to(l(:button_delete), { :action => 'destroy', :id => source }, :method => :delete, :confirm => l(:text_are_you_sure), :class => 'icon icon-del') %> |