17 lines
426 B
Plaintext
Executable File
17 lines
426 B
Plaintext
Executable File
|
|
%tr#translation.translation{:id => translation.id}
|
|
%td
|
|
%strong=translation.locale
|
|
%td=translation.key
|
|
%td
|
|
%strong=translation.value
|
|
|
|
%td.actions
|
|
= link_to i(:"trash-o"), [:admin, translation], :data =>{:remote => true, :confirm => 'Voulez-vous vraiment supprimer cet taille ?'}, :method => :delete
|
|
|
|
= link_to i(:pencil), edit_admin_translation_path(translation), :data => {:remote => true}
|
|
|
|
|
|
|
|
|