diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 17:12:34 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 17:12:34 +0200 |
| commit | 84657fa9d633a7d3e20c10645589061ecebeee3f (patch) | |
| tree | f4bda793d90193db5002d0f2848dc441e9c65c11 /app/views/users/show.html.erb | |
| parent | a74e40be88cd1331155c967656e393618e88cd27 (diff) | |
Render dates, booleans and counts through the locale files
Diffstat (limited to 'app/views/users/show.html.erb')
| -rw-r--r-- | app/views/users/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index fc6df4e3..2685a15b 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | <div class="layout_row_label"><%= t("users.labels.last_login") %></div> | 28 | <div class="layout_row_label"><%= t("users.labels.last_login") %></div> |
| 29 | <div class="layout_row_content"> | 29 | <div class="layout_row_content"> |
| 30 | <% if @user.last_login_at %> | 30 | <% if @user.last_login_at %> |
| 31 | <%= I18n.l(@user.last_login_at, :format => :ccc_date) %> | 31 | <%= admin_date(@user.last_login_at) %> |
| 32 | <% else %> | 32 | <% else %> |
| 33 | <%= t("users.never_signed_in") %> | 33 | <%= t("users.never_signed_in") %> |
| 34 | <% end %> | 34 | <% end %> |
