This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/mail_templates/_mail_template.html.haml
2021-08-23 10:26:02 +02:00

8 lines
184 B
Plaintext
Executable File

%tr#mail_template.mail_template{:id => mail_template.id}
%td
%strong=mail_template.title
%td.actions
= link_to i(:pencil), edit_admin_mail_template_path(mail_template)