payrepmc_app/app/views/admin/translations/_translation.html.haml
2018-08-03 01:08:08 +02:00

16 lines
272 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(:pencil), edit_admin_translation_path(translation), :data => {:remote => true}