From b6ca062670b342344df08b53fb216db619ef42bc Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Sun, 7 Aug 2016 16:39:42 +0200 Subject: Import legacy manman source Copied from www.ffgraz.net --- app/views/password_mailer/password.rhtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/views/password_mailer/password.rhtml (limited to 'app/views/password_mailer') diff --git a/app/views/password_mailer/password.rhtml b/app/views/password_mailer/password.rhtml new file mode 100644 index 0000000..44a43c4 --- /dev/null +++ b/app/views/password_mailer/password.rhtml @@ -0,0 +1,14 @@ +Neues Passwort: +--------------- + +Person: <%= @person.firstname + ' ' + @person.lastname %> +Email: <%= @person.email %> +neues Passwort: <%= @password %> + +mfg +Funkfeuer Graz Admin + +-- +admin@graz.funkfeuer.at +http://graz.funkfeuer.at + -- cgit v1.2.1