Unverified Commit da487aaa authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Show Account ID on account page

parent 75f37db9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -204,6 +204,9 @@ msgstr "Aktiv"
msgid "account.traewelling.unsupported"
msgstr "Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt"

msgid "account.uid"
msgstr "Account ID"

msgid "account.registration-date"
msgstr "Registriert am"

+3 −0
Original line number Diff line number Diff line
@@ -204,6 +204,9 @@ msgstr "Active"
msgid "account.traewelling.unsupported"
msgstr "Unsupported due to incompatibility with bahn.de and transitous"

msgid "account.uid"
msgstr "Account ID"

msgid "account.registration-date"
msgstr "Registered on"

+4 −0
Original line number Diff line number Diff line
@@ -161,6 +161,10 @@
					</td>
				</tr>
			% }
			<tr>
				<th scope="row"><%= L('account.uid') %></th>
				<td><%= $acc->{id} %></td>
			</tr>
			<tr>
				<th scope="row"><%= L('account.registration-date') %></th>
				<td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td>