mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-11 01:44:23 +01:00
Make REST help translatable; fix a few missing translations
This commit is contained in:
parent
8cbe476599
commit
a4a6f50ad5
4 changed files with 129 additions and 55 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<td><%= h user.login %></td>
|
||||
<td><%= h user.display_name %></td>
|
||||
<td><%= h user.email %></td>
|
||||
<td><%= h user.auth_type %></td>
|
||||
<td><%= t('auth_type.' + user.auth_type) %></td>
|
||||
<td><%= h user.open_id_url || '-' %></td>
|
||||
<td><%= h user.todos.size %></td>
|
||||
<td><%= h user.contexts.size %></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue